Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dexport.c15 #define BTRFS_FID_SIZE_CONNECTABLE (offsetof(struct btrfs_fid, \ macro
26 if (parent && (len < BTRFS_FID_SIZE_CONNECTABLE)) { in btrfs_encode_fh()
27 *max_len = BTRFS_FID_SIZE_CONNECTABLE; in btrfs_encode_fh()
53 len = BTRFS_FID_SIZE_CONNECTABLE; in btrfs_encode_fh()
109 if (fh_len < BTRFS_FID_SIZE_CONNECTABLE) in btrfs_fh_to_parent()
133 fh_len < BTRFS_FID_SIZE_CONNECTABLE) && in btrfs_fh_to_dentry()