Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dinode-item.c86 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 Dinode-item.h93 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 Dbackref.h247 int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid,
H A Dtree-log.c1074 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 Dbackref.c2043 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()