Searched refs:inode_objectid (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | inode-item.c | 86 u64 inode_objectid, u64 ref_objectid, int ins_len, in btrfs_lookup_inode_extref() argument 92 key.objectid = inode_objectid; in btrfs_lookup_inode_extref() 109 u64 inode_objectid, u64 ref_objectid, in btrfs_del_inode_extref() argument 122 key.objectid = inode_objectid; in btrfs_del_inode_extref() 179 u64 inode_objectid, u64 ref_objectid, u64 *index) in btrfs_del_inode_ref() argument 193 key.objectid = inode_objectid; in btrfs_del_inode_ref() 242 inode_objectid, ref_objectid, index); in btrfs_del_inode_ref() 256 u64 inode_objectid, u64 ref_objectid, in btrfs_insert_inode_extref() argument 267 key.objectid = inode_objectid; in btrfs_insert_inode_extref() 319 key.objectid = inode_objectid; in btrfs_insert_inode_ref() [all …]
|
| H A D | inode-item.h | 93 u64 inode_objectid, u64 ref_objectid, u64 index); 96 u64 inode_objectid, u64 ref_objectid, u64 *index); 109 u64 inode_objectid, u64 ref_objectid, int ins_len,
|
| H A D | backref.h | 247 int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid,
|
| H A D | tree-log.c | 1060 u64 inode_objectid, u64 parent_objectid, in __add_inode_ref() argument 1071 search_key.objectid = inode_objectid; in __add_inode_ref() 1129 inode_objectid, parent_objectid, 0, in __add_inode_ref() 1158 search_key.objectid = inode_objectid; in __add_inode_ref() 1365 u64 inode_objectid; in add_inode_ref() local 1383 inode_objectid = key->objectid; in add_inode_ref() 1397 inode = read_one_inode(root, inode_objectid); in add_inode_ref() 1436 inode_objectid, parent_objectid, in add_inode_ref() 1495 u64 inode_objectid = btrfs_ino(inode); in count_inode_extrefs() local 1502 ret = btrfs_find_one_extref(inode->root, inode_objectid, offset, in count_inode_extrefs()
|
| H A D | backref.c | 2043 int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid, in btrfs_find_one_extref() argument 2055 key.objectid = inode_objectid; in btrfs_find_one_extref() 2094 if (found_key.objectid != inode_objectid) in btrfs_find_one_extref()
|