Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dinode-item.c87 u64 inode_objectid, u64 ref_objectid, int ins_len, in btrfs_lookup_inode_extref() argument
93 key.objectid = inode_objectid; in btrfs_lookup_inode_extref()
110 u64 inode_objectid, u64 ref_objectid, in btrfs_del_inode_extref() argument
123 key.objectid = inode_objectid; in btrfs_del_inode_extref()
180 u64 inode_objectid, u64 ref_objectid, u64 *index) in btrfs_del_inode_ref() argument
194 key.objectid = inode_objectid; in btrfs_del_inode_ref()
243 inode_objectid, ref_objectid, index); in btrfs_del_inode_ref()
257 u64 inode_objectid, u64 ref_objectid, in btrfs_insert_inode_extref() argument
268 key.objectid = inode_objectid; in btrfs_insert_inode_extref()
312 u64 inode_objectid, u64 ref_objectid, u64 index) in btrfs_insert_inode_ref() argument
[all …]
Dinode-item.h84 u64 inode_objectid, u64 ref_objectid, u64 index);
87 u64 inode_objectid, u64 ref_objectid, u64 *index);
100 u64 inode_objectid, u64 ref_objectid, int ins_len,
Dbackref.h235 int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid,
Dtree-log.c1056 u64 inode_objectid, u64 parent_objectid, in __add_inode_ref() argument
1067 search_key.objectid = inode_objectid; in __add_inode_ref()
1125 inode_objectid, parent_objectid, 0, in __add_inode_ref()
1154 search_key.objectid = inode_objectid; in __add_inode_ref()
1362 u64 inode_objectid; in add_inode_ref() local
1380 inode_objectid = key->objectid; in add_inode_ref()
1394 inode = read_one_inode(root, inode_objectid); in add_inode_ref()
1434 inode_objectid, parent_objectid, in add_inode_ref()
1494 u64 inode_objectid = btrfs_ino(inode); in count_inode_extrefs() local
1501 ret = btrfs_find_one_extref(root, inode_objectid, offset, path, in count_inode_extrefs()
Dbackref.c2049 int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid, in btrfs_find_one_extref() argument
2061 key.objectid = inode_objectid; in btrfs_find_one_extref()
2100 if (found_key.objectid != inode_objectid) in btrfs_find_one_extref()