Searched refs:objectid (Results 51 - 65 of 65) sorted by relevance

123

/linux-master/fs/btrfs/
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 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 Dqgroup.h357 u64 objectid, u64 inode_rootid,
H A Dscrub.c412 key.objectid = inum;
546 ctx.bytenr = found_key.objectid;
547 ctx.extent_item_pos = swarn.logical - found_key.objectid;
1348 if (key.objectid + len <= search_start)
1350 if (key.objectid >= search_start + search_len)
1387 key.objectid = search_start;
1416 if (key.objectid >= search_start + search_len)
1448 *extent_start_ret = key.objectid;
2481 key.objectid = scrub_dev->devid;
2511 if (found_key.objectid !
[all...]
H A Dzoned.c299 key.objectid = 1;
1241 key.objectid = cache->start + cache->length;
1245 root = btrfs_extent_root(fs_info, key.objectid);
1269 if (!(found_key.objectid >= cache->start &&
1270 found_key.objectid + length <= cache->start + cache->length)) {
1274 *offset_ret = found_key.objectid + length - cache->start;
H A Dsuper.c782 key.objectid = subvol_objectid;
822 key.objectid = dirid;
871 static int get_default_subvol_objectid(struct btrfs_fs_info *fs_info, u64 *objectid) argument
902 *objectid = BTRFS_FS_TREE_OBJECTID;
908 *objectid = location.objectid;
2112 * our original fc so we can have the subvolume name or objectid.
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
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
/linux-master/fs/btrfs/tests/
H A Dbtrfs-tests.c66 BTRFS_I(inode)->location.objectid = BTRFS_FIRST_FREE_OBJECTID;
H A Dinode-tests.c33 key.objectid = BTRFS_FIRST_FREE_OBJECTID;
67 key.objectid = BTRFS_INODE_ITEM_KEY;
H A Dfree-space-tests.c1039 root->root_key.objectid = BTRFS_EXTENT_TREE_OBJECTID;
/linux-master/fs/reiserfs/
H A Dinode.c112 __u32 objectid, loff_t offset, int type, int length)
117 key->on_disk_key.k_objectid = objectid;
124 * take base of inode_key (it comes from inode always) (dirid, objectid)
1517 inode->i_ino = args->objectid;
1618 return (inode->i_ino == args->objectid) &&
1628 args.objectid = key->on_disk_key.k_objectid;
1652 u32 objectid, u32 dir_id, u32 generation)
1658 key.on_disk_key.k_objectid = objectid;
1681 * 2 - objectid + dir_id - legacy support
1682 * 3 - objectid
111 _make_cpu_key(struct cpu_key *key, int version, __u32 dirid, __u32 objectid, loff_t offset, int type, int length) argument
1651 reiserfs_get_dentry(struct super_block *sb, u32 objectid, u32 dir_id, u32 generation) argument
[all...]
H A Dreiserfs.h1888 * objectid of the parent directory of the object, that is referenced
1893 /* objectid of the object, that is referenced by directory entry */
2691 __u32 objectid; member in struct:reiserfs_iget_args
2959 /* objectid.c */
H A Dsuper.c327 * manage to remove "save" link and release objectid
2049 args.objectid = REISERFS_ROOT_OBJECTID;
/linux-master/include/uapi/linux/
H A Dbtrfs.h494 __u64 objectid; member in struct:btrfs_ioctl_ino_lookup_args
529 * (objectid << 72) + (type << 64) + offset
531 * The individual min and max values for objectid, type and offset
574 __u64 objectid; member in struct:btrfs_ioctl_search_header

Completed in 285 milliseconds

123