Home
last modified time | relevance | path

Searched refs:FILEID_BTRFS_WITH_PARENT (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dexport.c59 type = FILEID_BTRFS_WITH_PARENT; in btrfs_encode_fh()
113 if (fh_type == FILEID_BTRFS_WITH_PARENT) { in btrfs_fh_to_parent()
137 if ((fh_type != FILEID_BTRFS_WITH_PARENT || in btrfs_fh_to_dentry()
/linux/fs/ceph/
H A Dexport.c88 ret = FILEID_BTRFS_WITH_PARENT; in ceph_encode_snapfh()
308 if (fh_type == FILEID_BTRFS_WITH_PARENT) { in ceph_fh_to_dentry()
428 if (fh_type == FILEID_BTRFS_WITH_PARENT) { in ceph_fh_to_parent()
/linux/include/linux/
H A Dexportfs.h55 FILEID_BTRFS_WITH_PARENT = 0x4e, enumerator