Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dexport.c13 #define BTRFS_FID_SIZE_CONNECTABLE (offsetof(struct btrfs_fid, \ macro
24 if (parent && (len < BTRFS_FID_SIZE_CONNECTABLE)) { in btrfs_encode_fh()
25 *max_len = BTRFS_FID_SIZE_CONNECTABLE; in btrfs_encode_fh()
51 len = BTRFS_FID_SIZE_CONNECTABLE; in btrfs_encode_fh()
96 if (fh_len < BTRFS_FID_SIZE_CONNECTABLE) in btrfs_fh_to_parent()
120 fh_len < BTRFS_FID_SIZE_CONNECTABLE) && in btrfs_fh_to_dentry()