Home
last modified time | relevance | path

Searched refs:parent_root_id (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dexport.c40 u64 parent_root_id; in btrfs_encode_fh() local
44 parent_root_id = BTRFS_I(parent)->root->root_key.objectid; in btrfs_encode_fh()
46 if (parent_root_id != fid->root_objectid) { in btrfs_encode_fh()
47 fid->parent_root_objectid = parent_root_id; in btrfs_encode_fh()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dexport.c42 u64 parent_root_id; in btrfs_encode_fh() local
46 parent_root_id = BTRFS_I(parent)->root->root_key.objectid; in btrfs_encode_fh()
48 if (parent_root_id != fid->root_objectid) { in btrfs_encode_fh()
49 fid->parent_root_objectid = parent_root_id; in btrfs_encode_fh()

Completed in 1 milliseconds