| /fs/nfs/ |
| A D | nfs4namespace.c | 289 const struct nfs4_fs_location *location) in try_location() argument 301 for (s = 0; s < location->nservers; s++) { in try_location() 327 for (s = 0; s < location->nservers; s++) { in try_location() 388 if (location == NULL || location->nservers <= 0 || in nfs_follow_referral() 389 location->rootpath.ncomponents == 0) in nfs_follow_referral() 392 error = try_location(fc, location); in nfs_follow_referral() 485 const struct nfs4_fs_location *location) in nfs4_try_replacing_one_location() argument 498 for (s = 0; s < location->nservers; s++) { in nfs4_try_replacing_one_location() 563 if (location == NULL || location->nservers <= 0 || in nfs4_replace_transport() 564 location->rootpath.ncomponents == 0) in nfs4_replace_transport() [all …]
|
| A D | nfs4proc.c | 4104 static void test_fs_location_for_trunking(struct nfs4_fs_location *location, in test_fs_location_for_trunking() argument 4110 for (i = 0; i < location->nservers; i++) { in test_fs_location_for_trunking() 4111 struct nfs4_string *srv_loc = &location->servers[i]; in test_fs_location_for_trunking()
|
| /fs/btrfs/ |
| A D | dir-item.c | 64 struct btrfs_key key, location; in btrfs_insert_xattr_item() local 81 memset(&location, 0, sizeof(location)); in btrfs_insert_xattr_item() 84 btrfs_cpu_key_to_disk(&disk_key, &location); in btrfs_insert_xattr_item() 109 const struct btrfs_key *location, u8 type, u64 index) in btrfs_insert_dir_item() argument 130 btrfs_cpu_key_to_disk(&disk_key, location); in btrfs_insert_dir_item()
|
| A D | inode-item.c | 386 struct btrfs_key *location, int mod) in btrfs_lookup_inode() argument 395 ret = btrfs_search_slot(trans, root, location, path, ins_len, cow); in btrfs_lookup_inode() 396 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode() 397 location->offset == (u64)-1 && path->slots[0] != 0) { in btrfs_lookup_inode() 401 if (found_key.objectid == location->objectid && in btrfs_lookup_inode() 402 found_key.type == location->type) { in btrfs_lookup_inode()
|
| A D | dir-item.h | 21 const struct btrfs_key *location, u8 type, u64 index);
|
| A D | inode-item.h | 102 struct btrfs_key *location, int mod);
|
| A D | inode.c | 3880 struct btrfs_key location; in btrfs_read_locked_inode() local 3898 btrfs_get_inode_key(inode, &location); in btrfs_read_locked_inode() 4011 if (location.objectid != btrfs_ino(inode)) in btrfs_read_locked_inode() 5610 location->objectid, location->type, location->offset); in btrfs_inode_by_name() 5627 struct btrfs_key *location, in fixup_tree_root_location() argument 5652 key.offset = location->objectid; in fixup_tree_root_location() 5682 location->type = BTRFS_INODE_ITEM_KEY; in fixup_tree_root_location() 5683 location->offset = 0; in fixup_tree_root_location() 5869 struct btrfs_key location = { 0 }; in btrfs_lookup_dentry() local 5898 &location, &sub_root); in btrfs_lookup_dentry() [all …]
|
| A D | disk-io.c | 2217 struct btrfs_key location; in btrfs_read_roots() local 2226 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots() 2227 location.offset = 0; in btrfs_read_roots() 2231 root = btrfs_read_tree_root(tree_root, &location); in btrfs_read_roots() 2243 location.objectid = BTRFS_DEV_TREE_OBJECTID; in btrfs_read_roots() 2244 root = btrfs_read_tree_root(tree_root, &location); in btrfs_read_roots() 2275 location.objectid = BTRFS_QUOTA_TREE_OBJECTID; in btrfs_read_roots() 2276 root = btrfs_read_tree_root(tree_root, &location); in btrfs_read_roots() 2282 location.objectid = BTRFS_UUID_TREE_OBJECTID; in btrfs_read_roots() 2283 root = btrfs_read_tree_root(tree_root, &location); in btrfs_read_roots() [all …]
|
| A D | accessors.h | 518 read_eb_member(eb, item, struct btrfs_dir_item, location, key); in btrfs_dir_item_key() 525 write_eb_member(eb, item, struct btrfs_dir_item, location, key); in btrfs_set_dir_item_key() 539 read_eb_member(eb, h, struct btrfs_free_space_header, location, key); in btrfs_free_space_key() 546 write_eb_member(eb, h, struct btrfs_free_space_header, location, key); in btrfs_set_free_space_key()
|
| A D | tree-log.c | 926 struct btrfs_key location; in drop_one_dir_item() local 931 btrfs_dir_item_key_to_cpu(leaf, di, &location); in drop_one_dir_item() 938 inode = btrfs_iget_logging(location.objectid, root); in drop_one_dir_item() 970 struct btrfs_key location; in inode_in_dir() local 980 if (location.objectid != objectid) in inode_in_dir() 993 if (location.objectid == objectid) in inode_in_dir() 1804 struct btrfs_key *location) in insert_one_name() argument 2160 struct btrfs_key location; in check_item_in_log() local 2193 btrfs_dir_item_key_to_cpu(eb, di, &location); in check_item_in_log() 2196 inode = btrfs_iget_logging(location.objectid, root); in check_item_in_log() [all …]
|
| A D | delayed-inode.c | 1478 dir_item->location = *disk_key; in btrfs_insert_delayed_dir_index() 1761 struct btrfs_key location; in btrfs_readdir_delayed_dir_index() local 1789 btrfs_disk_key_to_cpu(&location, &di->location); in btrfs_readdir_delayed_dir_index() 1791 over = !dir_emit(ctx, name, name_len, location.objectid, d_type); in btrfs_readdir_delayed_dir_index()
|
| A D | super.c | 916 struct btrfs_key location; in get_default_subvol_objectid() local 946 btrfs_dir_item_key_to_cpu(path->nodes[0], di, &location); in get_default_subvol_objectid() 948 *objectid = location.objectid; in get_default_subvol_objectid()
|
| A D | free-space-cache.c | 87 struct btrfs_key location; in __lookup_free_space_inode() local 111 btrfs_disk_key_to_cpu(&location, &disk_key); in __lookup_free_space_inode() 119 inode = btrfs_iget_path(location.objectid, root, path); in __lookup_free_space_inode()
|
| /fs/udf/ |
| A D | misc.c | 189 uint32_t location, uint16_t *ident) in udf_read_tagged() argument 202 block, location); in udf_read_tagged() 210 if (location != le32_to_cpu(tag_p->tagLocation)) { in udf_read_tagged() 212 block, le32_to_cpu(tag_p->tagLocation), location); in udf_read_tagged()
|
| A D | namei.c | 980 struct kernel_lb_addr location = UDF_I(inode)->i_location; in udf_encode_fh() local 993 fid->udf.block = location.logicalBlockNum; in udf_encode_fh() 994 fid->udf.partref = location.partitionReferenceNum; in udf_encode_fh() 999 location = UDF_I(parent)->i_location; in udf_encode_fh() 1000 fid->udf.parent_block = location.logicalBlockNum; in udf_encode_fh() 1001 fid->udf.parent_partref = location.partitionReferenceNum; in udf_encode_fh()
|
| /fs/isofs/ |
| A D | rock.h | 61 __u8 location[8]; member 65 __u8 location[8]; member
|
| A D | rock.c | 517 reloc_block = isonum_733(rr->u.CL.location); in parse_rock_ridge_inode_internal()
|
| /fs/proc/ |
| A D | Kconfig | 21 meaning it has to be given a location in the directory hierarchy. 22 That location should be /proc. A command such as "mount -t proc proc
|
| /fs/cramfs/ |
| A D | Kconfig | 46 The location of the CramFs image is determined by a
|
| /fs/ocfs2/ |
| A D | ocfs2_trace.h | 1760 unsigned int hash, unsigned long long location, 1762 TP_ARGS(ino, name, name_index, hash, location, xe_index), 1768 __field(unsigned long long, location) 1776 __entry->location = location; 1780 __entry->name_index, __entry->hash, __entry->location,
|
| /fs/ |
| A D | Kconfig.binfmt | 28 ld.so (check the file <file:Documentation/Changes> for location and
|
| /fs/nfsd/ |
| A D | nfs4xdr.c | 2700 struct nfsd4_fs_location *location) in nfsd4_encode_fs_location4() argument 2704 status = nfsd4_encode_components_esc(xdr, ':', location->hosts, in nfsd4_encode_fs_location4() 2708 status = nfsd4_encode_components(xdr, '/', location->path); in nfsd4_encode_fs_location4()
|