Searched refs:objectid (Results 1 - 25 of 65) sorted by path

123

/linux-master/fs/reiserfs/
H A DMakefile9 super.o prints.o objectid.o lbalance.o ibalance.o stree.o \
/linux-master/fs/btrfs/
H A Daccessors.h363 objectid, 64);
589 BTRFS_SETGET_STACK_FUNCS(disk_key_objectid, struct btrfs_disk_key, objectid, 64);
644 cpu->objectid = le64_to_cpu(disk->objectid);
652 disk->objectid = cpu_to_le64(cpu->objectid);
H A Dbackref.c73 ret = ctx->indirect_ref_iterator(key->objectid, offset,
86 e->inum = key->objectid;
237 if (ref1->key_for_search.objectid < ref2->key_for_search.objectid)
239 if (ref1->key_for_search.objectid > ref2->key_for_search.objectid)
266 newref->key_for_search.objectid == sc->inum)
521 if (key.objectid != key_for_search->objectid ||
672 ref->key_for_search.objectid, re
[all...]
H A Dblock-group.c611 search_key.objectid = block_group->start + search_offset;
618 found_key->objectid >= block_group->start &&
619 found_key->objectid + found_key->offset <= search_end)
623 if (found_key->objectid >= search_end) {
742 key.objectid = last;
788 if (key.objectid < last) {
789 key.objectid = last;
796 if (key.objectid < block_group->start) {
801 if (key.objectid >= block_group->start + block_group->length)
809 key.objectid,
[all...]
H A Dbtrfs_inode.h304 static inline unsigned long btrfs_inode_hash(u64 objectid, argument
307 u64 h = objectid ^ (root->root_key.objectid * GOLDEN_RATIO_PRIME);
320 * we use the inode's location objectid which is a u64 to avoid truncation.
324 u64 ino = inode->location.objectid;
H A Dctree.c306 * a given objectid. The buffer with the new root node is returned in
430 * tree (btrfs_header_owner(buf) == root->root_key.objectid),
434 * (root->root_key.objectid == BTRFS_TREE_RELOC_OBJECTID),
760 if (k1->objectid > k2->objectid)
762 if (k1->objectid < k2->objectid)
1322 int level, int slot, u64 objectid)
1385 if (path->reada == READA_BACK && objectid) {
1387 if (btrfs_disk_key_objectid(&disk_key) != objectid)
1320 reada_for_search(struct btrfs_fs_info *fs_info, struct btrfs_path *path, int level, int slot, u64 objectid) argument
[all...]
H A Dctree.h334 return root->root_key.objectid;
718 return root->root_key.objectid == BTRFS_DATA_RELOC_TREE_OBJECTID;
H A Ddefrag.c35 /* Root objectid */
475 if (root->defrag_progress.objectid == 0) {
481 root->defrag_max.objectid = 0;
551 if (root->defrag_max.objectid > root->defrag_progress.objectid)
642 key.objectid = ino;
669 if (key.objectid == ino && key.type == BTRFS_EXTENT_DATA_KEY &&
676 if (key.objectid == ino && key.type == BTRFS_EXTENT_DATA_KEY)
693 * But we should still has the correct ino as key.objectid.
695 if (WARN_ON(key.objectid < in
[all...]
H A Ddelayed-inode.c731 first_key.objectid = node->inode_id;
752 ins_keys[i].objectid = node->inode_id;
889 if (key.objectid != ino ||
931 key.objectid = node->inode_id;
1023 key.objectid = node->inode_id;
1056 key.objectid = node->inode_id;
1073 if (key.objectid != node->inode_id)
1815 location.objectid, d_type);
H A Ddelayed-ref.c312 if (ref1->data_ref.objectid < ref2->data_ref.objectid)
314 if (ref1->data_ref.objectid > ref2->data_ref.objectid)
1015 generic_ref->data_ref.objectid = ino;
H A Ddelayed-ref.h37 u64 objectid; member in struct:btrfs_data_ref
397 return node->data_ref.objectid;
H A Ddev-replace.c93 key.objectid = 0;
363 key.objectid = 0;
509 key.objectid = src_dev->devid;
516 if (found_key.objectid != src_dev->devid)
H A Ddir-item.c58 struct btrfs_path *path, u64 objectid,
73 key.objectid = objectid;
103 * both indexes. 'dir' indicates which objectid to insert it into,
124 key.objectid = btrfs_ino(dir);
202 * @dir: The inode number (objectid) of the directory.
221 key.objectid = dir;
248 key.objectid = dir;
295 * @dir: The inode number (objectid) of the directory.
316 key.objectid
56 btrfs_insert_xattr_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid, const char *name, u16 name_len, const void *data, u16 data_len) argument
[all...]
H A Ddir-item.h39 struct btrfs_path *path, u64 objectid,
H A Ddisk-io.c439 expect_key->objectid,
441 found_key.objectid, found_key.type,
647 u64 objectid)
655 root->root_key.objectid = objectid;
721 u64 objectid, gfp_t flags)
725 __setup_root(root, fs_info, objectid);
831 .objectid = BTRFS_CSUM_TREE_OBJECTID,
842 .objectid = BTRFS_EXTENT_TREE_OBJECTID,
858 u64 objectid)
646 __setup_root(struct btrfs_root *root, struct btrfs_fs_info *fs_info, u64 objectid) argument
720 btrfs_alloc_root(struct btrfs_fs_info *fs_info, u64 objectid, gfp_t flags) argument
857 btrfs_create_tree(struct btrfs_trans_handle *trans, u64 objectid) argument
1175 btrfs_get_global_root(struct btrfs_fs_info *fs_info, u64 objectid) argument
1319 btrfs_get_root_ref(struct btrfs_fs_info *fs_info, u64 objectid, dev_t *anon_dev, bool check_ref) argument
1423 btrfs_get_fs_root(struct btrfs_fs_info *fs_info, u64 objectid, bool check_ref) argument
1437 btrfs_get_new_fs_root(struct btrfs_fs_info *fs_info, u64 objectid, dev_t *anon_dev) argument
1458 btrfs_get_fs_root_commit_root(struct btrfs_fs_info *fs_info, struct btrfs_path *path, u64 objectid) argument
2131 load_global_roots_objectid(struct btrfs_root *tree_root, struct btrfs_path *path, u64 objectid, const char *name) argument
4945 btrfs_get_free_objectid(struct btrfs_root *root, u64 *objectid) argument
[all...]
H A Ddisk-io.h74 u64 objectid, bool check_ref);
76 u64 objectid, dev_t *anon_dev);
79 u64 objectid);
135 u64 objectid);
137 int btrfs_get_free_objectid(struct btrfs_root *root, u64 *objectid);
H A Dexport.c36 fid->objectid = btrfs_ino(BTRFS_I(inode));
43 fid->parent_objectid = BTRFS_I(parent)->location.objectid;
62 * Read dentry of inode with @objectid from filesystem root @root_objectid.
65 * @objectid: inode objectid
73 struct dentry *btrfs_get_dentry(struct super_block *sb, u64 objectid, argument
80 if (objectid < BTRFS_FIRST_FREE_OBJECTID)
87 inode = btrfs_iget(sb, objectid, root);
104 u64 objectid, root_objectid; local
118 objectid
128 u64 objectid, root_objectid; local
[all...]
H A Dexport.h15 u64 objectid; member in struct:btrfs_fid
25 struct dentry *btrfs_get_dentry(struct super_block *sb, u64 objectid,
H A Dextent-tree.c81 key.objectid = start;
135 key.objectid = bytenr;
152 if (key.objectid == bytenr &&
289 * The key objectid corresponds to the first byte in the extent,
303 * - objectid of the file holding the reference
320 * (root_key.objectid, inode objectid, offset in file, 1)
325 * (btrfs_header_owner(leaf), inode objectid, offset in file)
333 * objectid of block's owner tree. The key offset for the full back refs
452 key.objectid
2254 check_delayed_ref(struct btrfs_root *root, struct btrfs_path *path, u64 objectid, u64 offset, u64 bytenr) argument
2342 check_committed_ref(struct btrfs_root *root, struct btrfs_path *path, u64 objectid, u64 offset, u64 bytenr, bool strict) argument
2434 btrfs_cross_ref_exist(struct btrfs_root *root, u64 objectid, u64 offset, u64 bytenr, bool strict, struct btrfs_path *path) argument
[all...]
H A Dextent-tree.h120 u64 objectid, u64 offset, u64 bytenr, bool strict,
H A Dextent_io.c2798 if (key.objectid != btrfs_ino(inode) || key.type != BTRFS_EXTENT_DATA_KEY) {
2843 key.objectid = ino;
2853 if (key.objectid == ino && key.type == BTRFS_EXTENT_DATA_KEY)
2863 if (key.objectid != ino || key.type != BTRFS_EXTENT_DATA_KEY)
3050 if (key.objectid != ino || key.type != BTRFS_EXTENT_DATA_KEY) {
3161 if (key.objectid != ino || key.type != BTRFS_EXTENT_DATA_KEY)
5123 * @owner_root: objectid of the root that owns this eb
H A Dfile-item.c160 u64 objectid, u64 pos, u64 num_bytes)
171 file_key.objectid = objectid;
215 file_key.objectid = BTRFS_EXTENT_CSUM_OBJECTID;
255 struct btrfs_path *path, u64 objectid,
262 file_key.objectid = objectid;
487 key.objectid = BTRFS_EXTENT_CSUM_OBJECTID;
513 if (key.objectid == BTRFS_EXTENT_CSUM_OBJECTID &&
535 if (key.objectid !
158 btrfs_insert_hole_extent(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 objectid, u64 pos, u64 num_bytes) argument
253 btrfs_lookup_file_extent(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid, u64 offset, int mod) argument
[all...]
H A Dfile-item.h56 struct btrfs_root *root, u64 objectid, u64 pos,
60 struct btrfs_path *path, u64 objectid,
H A Dfile.c258 if (key.objectid == ino &&
280 if (key.objectid > ino)
282 if (WARN_ON_ONCE(key.objectid < ino) ||
383 btrfs_init_data_ref(&ref, new_key.objectid,
476 btrfs_init_data_ref(&ref, key.objectid,
536 key.objectid = ino;
562 u64 objectid, u64 bytenr, u64 orig_offset,
573 if (key.objectid != objectid || key.type != BTRFS_EXTENT_DATA_KEY)
630 key.objectid
561 extent_mergeable(struct extent_buffer *leaf, int slot, u64 objectid, u64 bytenr, u64 orig_offset, u64 *start, u64 *end) argument
[all...]
H A Dfree-space-cache.c95 key.objectid = BTRFS_FREE_SPACE_OBJECTID;
119 inode = btrfs_iget_path(fs_info->sb, location.objectid, root, path);
204 key.objectid = BTRFS_FREE_SPACE_OBJECTID;
282 key.objectid = BTRFS_FREE_SPACE_OBJECTID;
757 key.objectid = BTRFS_FREE_SPACE_OBJECTID;
1159 key.objectid = BTRFS_FREE_SPACE_OBJECTID;
1175 if (found_key.objectid != BTRFS_FREE_SPACE_OBJECTID ||
3920 * to be key.objectid and the offset_to_bitmap() aligns to the

Completed in 323 milliseconds

123