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.c53 type = FILEID_BTRFS_WITH_PARENT; in btrfs_encode_fh()
107 if (fh_type == FILEID_BTRFS_WITH_PARENT) { in btrfs_fh_to_parent()
131 if ((fh_type != FILEID_BTRFS_WITH_PARENT || in btrfs_fh_to_dentry()
/linux/fs/ceph/
H A Dexport.c81 ret = FILEID_BTRFS_WITH_PARENT; in ceph_encode_snapfh()
303 if (fh_type == FILEID_BTRFS_WITH_PARENT) { in ceph_fh_to_dentry()
423 if (fh_type == FILEID_BTRFS_WITH_PARENT) { in ceph_fh_to_parent()
/linux/include/linux/
H A Dexportfs.h54 FILEID_BTRFS_WITH_PARENT = 0x4e, enumerator