mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-22 14:30:31 +00:00
scoutfs-utils: update format.h with file handle definition
Signed-off-by: Mark Fasheh <mfasheh@versity.com>
This commit is contained in:
@@ -642,4 +642,16 @@ enum {
|
||||
SCOUTFS_NET_STATUS_UNKNOWN,
|
||||
};
|
||||
|
||||
/*
|
||||
* Scoutfs file handle structure - this can be copied out to userspace
|
||||
* via open by handle or put on the wire from NFS.
|
||||
*/
|
||||
struct scoutfs_fid {
|
||||
__le64 ino;
|
||||
__le64 parent_ino;
|
||||
} __packed;
|
||||
|
||||
#define FILEID_SCOUTFS 0x81
|
||||
#define FILEID_SCOUTFS_WITH_PARENT 0x82
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user