Searched refs:inode_objectid (Results 1 – 5 of 5) sorted by relevance
| /fs/btrfs/ |
| A D | inode-item.c | 84 u64 inode_objectid, u64 ref_objectid) in btrfs_lookup_inode_extref() argument 89 key.objectid = inode_objectid; in btrfs_lookup_inode_extref() 106 u64 inode_objectid, u64 ref_objectid, in btrfs_del_inode_extref() argument 119 key.objectid = inode_objectid; in btrfs_del_inode_extref() 168 u64 inode_objectid, u64 ref_objectid, u64 *index) in btrfs_del_inode_ref() argument 182 key.objectid = inode_objectid; in btrfs_del_inode_ref() 231 inode_objectid, ref_objectid, index); in btrfs_del_inode_ref() 245 u64 inode_objectid, u64 ref_objectid, in btrfs_insert_inode_extref() argument 256 key.objectid = inode_objectid; in btrfs_insert_inode_extref() 307 key.objectid = inode_objectid; in btrfs_insert_inode_ref() [all …]
|
| A D | inode-item.h | 93 u64 inode_objectid, u64 ref_objectid, u64 index); 96 u64 inode_objectid, u64 ref_objectid, u64 *index); 107 u64 inode_objectid, u64 ref_objectid);
|
| A D | backref.h | 246 int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid,
|
| A D | tree-log.c | 1102 u64 inode_objectid, in unlink_extrefs_not_in_log() argument 1127 search_key->objectid = inode_objectid; in unlink_extrefs_not_in_log() 1169 u64 inode_objectid, u64 parent_objectid, in __add_inode_ref() argument 1179 search_key.objectid = inode_objectid; in __add_inode_ref() 1209 inode_objectid, parent_objectid); in __add_inode_ref() 1389 u64 inode_objectid; in add_inode_ref() local 1406 inode_objectid = key->objectid; in add_inode_ref() 1423 inode = btrfs_iget_logging(inode_objectid, root); in add_inode_ref() 1483 inode_objectid, parent_objectid, in add_inode_ref() 1543 u64 inode_objectid = btrfs_ino(inode); in count_inode_extrefs() local [all …]
|
| 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()
|
Completed in 26 milliseconds