Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dinode-item.h69 u64 inode_objectid, u64 ref_objectid, u64 index);
73 u64 inode_objectid, u64 ref_objectid, u64 *index);
86 u64 inode_objectid, u64 ref_objectid, int ins_len,
Dinode-item.c79 u64 inode_objectid, u64 ref_objectid, int ins_len, in btrfs_lookup_inode_extref() argument
85 key.objectid = inode_objectid; in btrfs_lookup_inode_extref()
102 u64 inode_objectid, u64 ref_objectid, in btrfs_del_inode_extref() argument
115 key.objectid = inode_objectid; in btrfs_del_inode_extref()
173 u64 inode_objectid, u64 ref_objectid, u64 *index) in btrfs_del_inode_ref() argument
187 key.objectid = inode_objectid; in btrfs_del_inode_ref()
237 inode_objectid, ref_objectid, index); in btrfs_del_inode_ref()
251 u64 inode_objectid, u64 ref_objectid, u64 index) in btrfs_insert_inode_extref() argument
261 key.objectid = inode_objectid; in btrfs_insert_inode_extref()
306 u64 inode_objectid, u64 ref_objectid, u64 index) in btrfs_insert_inode_ref() argument
[all …]
Dbackref.h76 int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid,
Dtree-log.c1065 u64 inode_objectid, u64 parent_objectid, in __add_inode_ref() argument
1078 search_key.objectid = inode_objectid; in __add_inode_ref()
1139 inode_objectid, parent_objectid, 0, in __add_inode_ref()
1168 search_key.objectid = inode_objectid; in __add_inode_ref()
1388 u64 inode_objectid; in add_inode_ref() local
1406 inode_objectid = key->objectid; in add_inode_ref()
1420 inode = read_one_inode(root, inode_objectid); in add_inode_ref()
1462 inode_objectid, parent_objectid, in add_inode_ref()
1522 u64 inode_objectid = btrfs_ino(inode); in count_inode_extrefs() local
1529 ret = btrfs_find_one_extref(root, inode_objectid, offset, path, in count_inode_extrefs()
Dbackref.c1803 int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid, in btrfs_find_one_extref() argument
1815 key.objectid = inode_objectid; in btrfs_find_one_extref()
1854 if (found_key.objectid != inode_objectid) in btrfs_find_one_extref()