Searched refs:inode_objectid (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/ |
| A D | inode-item.c | 78 u64 inode_objectid, u64 ref_objectid, int ins_len, in btrfs_lookup_inode_extref() argument 84 key.objectid = inode_objectid; in btrfs_lookup_inode_extref() 101 u64 inode_objectid, u64 ref_objectid, in btrfs_del_inode_extref() argument 114 key.objectid = inode_objectid; in btrfs_del_inode_extref() 172 u64 inode_objectid, u64 ref_objectid, u64 *index) in btrfs_del_inode_ref() argument 186 key.objectid = inode_objectid; in btrfs_del_inode_ref() 236 inode_objectid, ref_objectid, index); in btrfs_del_inode_ref() 261 key.objectid = inode_objectid; in btrfs_insert_inode_extref() 307 u64 inode_objectid, u64 ref_objectid, u64 index) in btrfs_insert_inode_ref() argument 317 key.objectid = inode_objectid; in btrfs_insert_inode_ref() [all …]
|
| A D | backref.h | 62 int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid,
|
| A D | tree-log.c | 1063 u64 inode_objectid, u64 parent_objectid, in __add_inode_ref() argument 1077 search_key.objectid = inode_objectid; in __add_inode_ref() 1148 inode_objectid, parent_objectid, 0, in __add_inode_ref() 1175 search_key.objectid = inode_objectid; in __add_inode_ref() 1502 u64 inode_objectid; in add_inode_ref() local 1520 inode_objectid = key->objectid; in add_inode_ref() 1534 inode = read_one_inode(root, inode_objectid); in add_inode_ref() 1579 inode_objectid, in add_inode_ref() 1668 u64 inode_objectid = btrfs_ino(inode); in count_inode_extrefs() local 1675 ret = btrfs_find_one_extref(root, inode_objectid, offset, path, in count_inode_extrefs()
|
| A D | backref.c | 1586 int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid, argument 1598 key.objectid = inode_objectid; 1637 if (found_key.objectid != inode_objectid)
|
| A D | ctree.h | 3126 u64 inode_objectid, u64 ref_objectid, u64 index); 3130 u64 inode_objectid, u64 ref_objectid, u64 *index); 3143 u64 inode_objectid, u64 ref_objectid, int ins_len,
|
Completed in 32 milliseconds