Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dinode-item.c78 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()
174 u64 inode_objectid, u64 ref_objectid, u64 *index) in btrfs_del_inode_ref() argument
188 key.objectid = inode_objectid; in btrfs_del_inode_ref()
240 inode_objectid, ref_objectid, index); in btrfs_del_inode_ref()
254 u64 inode_objectid, u64 ref_objectid, u64 index) in btrfs_insert_inode_extref() argument
265 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 …]
H A Dbackref.h60 int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid,
H A Dtree-log.c991 u64 inode_objectid, u64 parent_objectid, in __add_inode_ref() argument
1005 search_key.objectid = inode_objectid; in __add_inode_ref()
1076 inode_objectid, parent_objectid, 0, in __add_inode_ref()
1105 search_key.objectid = inode_objectid; in __add_inode_ref()
1441 u64 inode_objectid; in add_inode_ref() local
1459 inode_objectid = key->objectid; in add_inode_ref()
1473 inode = read_one_inode(root, inode_objectid); in add_inode_ref()
1518 inode_objectid, in add_inode_ref()
1626 u64 inode_objectid = btrfs_ino(inode); in count_inode_extrefs() local
1633 ret = btrfs_find_one_extref(root, inode_objectid, offset, path, in count_inode_extrefs()
H A Dbackref.c1624 int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid, argument
1636 key.objectid = inode_objectid;
1675 if (found_key.objectid != inode_objectid)
H A Dctree.h2920 u64 inode_objectid, u64 ref_objectid, u64 index);
2924 u64 inode_objectid, u64 ref_objectid, u64 *index);
2937 u64 inode_objectid, u64 ref_objectid, int ins_len,