Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108926
b: refs/heads/master
c: e4464fa
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and Linus Torvalds committed Aug 20, 2008
1 parent fddfc9a commit 7f551ac
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c8e40e4064d51ec50258c4d381eb832c0b231db
refs/heads/master: e4464facd6f1404c2baeb6798d71e34423e7aeaa
21 changes: 21 additions & 0 deletions trunk/include/linux/exportfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,27 @@ enum fid_type {
*/
FILEID_INO32_GEN_PARENT = 2,

/*
* 64 bit object ID, 64 bit root object ID,
* 32 bit generation number.
*/
FILEID_BTRFS_WITHOUT_PARENT = 0x4d,

/*
* 64 bit object ID, 64 bit root object ID,
* 32 bit generation number,
* 64 bit parent object ID, 32 bit parent generation.
*/
FILEID_BTRFS_WITH_PARENT = 0x4e,

/*
* 64 bit object ID, 64 bit root object ID,
* 32 bit generation number,
* 64 bit parent object ID, 32 bit parent generation,
* 64 bit parent root object ID.
*/
FILEID_BTRFS_WITH_PARENT_ROOT = 0x4f,

/*
* 32 bit block number, 16 bit partition reference,
* 16 bit unused, 32 bit generation number.
Expand Down

0 comments on commit 7f551ac

Please sign in to comment.