Searched refs:inode_objectid (Results 1 – 5 of 5) sorted by relevance
/linux/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() 309 u64 inode_objectid, u64 ref_objectid, u64 index) in btrfs_insert_inode_ref() argument [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 | 1074 u64 inode_objectid, u64 parent_objectid, in __add_inode_ref() argument 1085 search_key.objectid = inode_objectid; in __add_inode_ref() 1143 inode_objectid, parent_objectid, 0, in __add_inode_ref() 1172 search_key.objectid = inode_objectid; in __add_inode_ref() 1380 u64 inode_objectid; in add_inode_ref() local 1398 inode_objectid = key->objectid; in add_inode_ref() 1412 inode = read_one_inode(root, inode_objectid); in add_inode_ref() 1452 inode_objectid, parent_objectid, in add_inode_ref() 1511 u64 inode_objectid = btrfs_ino(inode); in count_inode_extrefs() local 1518 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()
|