/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4namespace.c | 130 const struct nfs4_fs_locations *locations, in nfs4_validate_fspath() 149 fs_path = nfs4_pathname_string(&locations->fs_path, &len); in nfs4_validate_fspath() 364 * @locations: array of NFSv4 server location information 368 const struct nfs4_fs_locations *locations) in nfs_follow_referral() 373 if (locations == NULL || locations->nlocations <= 0) in nfs_follow_referral() 379 error = nfs4_validate_fspath(ctx->clone_data.dentry, locations, ctx); in nfs_follow_referral() 384 for (loc = 0; loc < locations->nlocations; loc++) { in nfs_follow_referral() 385 const struct nfs4_fs_location *location = &locations->locations[lo in nfs_follow_referral() 129 nfs4_validate_fspath(struct dentry *dentry, const struct nfs4_fs_locations *locations, struct nfs_fs_context *ctx) nfs4_validate_fspath() argument 367 nfs_follow_referral(struct fs_context *fc, const struct nfs4_fs_locations *locations) nfs_follow_referral() argument 536 nfs4_replace_transport(struct nfs_server *server, const struct nfs4_fs_locations *locations) nfs4_replace_transport() argument [all...] |
H A D | nfs4state.c | 2103 struct nfs4_fs_locations *locations = NULL; in nfs4_try_migration() local 2115 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs4_try_migration() 2116 if (page == NULL || locations == NULL) { in nfs4_try_migration() 2122 result = nfs4_proc_get_locations(inode, locations, page, cred); in nfs4_try_migration() 2130 if (!locations->nlocations) in nfs4_try_migration() 2133 if (!(locations->fattr.valid & NFS_ATTR_FATTR_V4_LOCATIONS)) { in nfs4_try_migration() 2145 status = nfs4_replace_transport(server, locations); in nfs4_try_migration() 2158 kfree(locations); in nfs4_try_migration()
|
H A D | nfs4proc.c | 4122 * Get locations and (maybe) other attributes of a referral. 4132 struct nfs4_fs_locations *locations = NULL; in nfs4_get_referral() local 4137 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs4_get_referral() 4138 if (locations == NULL) in nfs4_get_referral() 4141 status = nfs4_proc_fs_locations(client, dir, name, locations, page); in nfs4_get_referral() 4150 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) { in nfs4_get_referral() 4157 nfs_fixup_referral_attributes(&locations->fattr); in nfs4_get_referral() 4159 /* replace the lookup nfs_fattr with the locations nfs_fattr */ in nfs4_get_referral() 4160 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr)); in nfs4_get_referral() 4165 kfree(locations); in nfs4_get_referral() 7841 _nfs40_proc_get_locations(struct inode *inode, struct nfs4_fs_locations *locations, struct page *page, const struct cred *cred) _nfs40_proc_get_locations() argument 7898 _nfs41_proc_get_locations(struct inode *inode, struct nfs4_fs_locations *locations, struct page *page, const struct cred *cred) _nfs41_proc_get_locations() argument 7957 nfs4_proc_get_locations(struct inode *inode, struct nfs4_fs_locations *locations, struct page *page, const struct cred *cred) nfs4_proc_get_locations() argument [all...] |
H A D | nfs4_fs.h | 284 const struct nfs4_fs_locations *locations);
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4namespace.c | 130 const struct nfs4_fs_locations *locations, in nfs4_validate_fspath() 149 fs_path = nfs4_pathname_string(&locations->fs_path, &len); in nfs4_validate_fspath() 365 * @locations: array of NFSv4 server location information 369 const struct nfs4_fs_locations *locations) in nfs_follow_referral() 374 if (locations == NULL || locations->nlocations <= 0) in nfs_follow_referral() 380 error = nfs4_validate_fspath(ctx->clone_data.dentry, locations, ctx); in nfs_follow_referral() 385 for (loc = 0; loc < locations->nlocations; loc++) { in nfs_follow_referral() 386 const struct nfs4_fs_location *location = &locations->locations[lo in nfs_follow_referral() 129 nfs4_validate_fspath(struct dentry *dentry, const struct nfs4_fs_locations *locations, struct nfs_fs_context *ctx) nfs4_validate_fspath() argument 368 nfs_follow_referral(struct fs_context *fc, const struct nfs4_fs_locations *locations) nfs_follow_referral() argument 541 nfs4_replace_transport(struct nfs_server *server, const struct nfs4_fs_locations *locations) nfs4_replace_transport() argument [all...] |
H A D | nfs4state.c | 2119 struct nfs4_fs_locations *locations = NULL; in nfs4_try_migration() local 2131 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs4_try_migration() 2132 if (page == NULL || locations == NULL) { in nfs4_try_migration() 2136 locations->fattr = nfs_alloc_fattr(); in nfs4_try_migration() 2137 if (locations->fattr == NULL) { in nfs4_try_migration() 2143 result = nfs4_proc_get_locations(server, NFS_FH(inode), locations, in nfs4_try_migration() 2152 if (!locations->nlocations) in nfs4_try_migration() 2155 if (!(locations->fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)) { in nfs4_try_migration() 2167 status = nfs4_replace_transport(server, locations); in nfs4_try_migration() 2180 if (locations ! in nfs4_try_migration() [all...] |
H A D | nfs4proc.c | 4009 struct nfs4_fs_locations *locations = NULL; in _nfs4_discover_trunking() local 4027 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in _nfs4_discover_trunking() 4028 if (!locations) in _nfs4_discover_trunking() 4030 locations->fattr = nfs_alloc_fattr(); in _nfs4_discover_trunking() 4031 if (!locations->fattr) in _nfs4_discover_trunking() 4034 status = nfs4_proc_get_locations(server, fhandle, locations, page, in _nfs4_discover_trunking() 4039 for (i = 0; i < locations->nlocations; i++) in _nfs4_discover_trunking() 4040 test_fs_location_for_trunking(&locations->locations[i], clp, in _nfs4_discover_trunking() 4043 kfree(locations in _nfs4_discover_trunking() 4260 struct nfs4_fs_locations *locations = NULL; nfs4_get_referral() local 8045 _nfs40_proc_get_locations(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs4_fs_locations *locations, struct page *page, const struct cred *cred) _nfs40_proc_get_locations() argument 8102 _nfs41_proc_get_locations(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs4_fs_locations *locations, struct page *page, const struct cred *cred) _nfs41_proc_get_locations() argument 8173 nfs4_proc_get_locations(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs4_fs_locations *locations, struct page *page, const struct cred *cred) nfs4_proc_get_locations() argument [all...] |
H A D | nfs4_fs.h | 285 const struct nfs4_fs_locations *locations);
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | export.c | 319 struct nfsd4_fs_location *locations = fsloc->locations; in nfsd4_fslocs_free() local 322 if (!locations) in nfsd4_fslocs_free() 326 kfree(locations[i].path); in nfsd4_fslocs_free() 327 kfree(locations[i].hosts); in nfsd4_fslocs_free() 330 kfree(locations); in nfsd4_fslocs_free() 331 fsloc->locations = NULL; in nfsd4_fslocs_free() 424 if (fsloc->locations) in fsloc_parse() 436 fsloc->locations = kcalloc(fsloc->locations_count, in fsloc_parse() 439 if (!fsloc->locations) in fsloc_parse() [all...] |
H A D | export.h | 29 struct nfsd4_fs_location *locations; member
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | export.c | 319 struct nfsd4_fs_location *locations = fsloc->locations; in nfsd4_fslocs_free() local 322 if (!locations) in nfsd4_fslocs_free() 326 kfree(locations[i].path); in nfsd4_fslocs_free() 327 kfree(locations[i].hosts); in nfsd4_fslocs_free() 330 kfree(locations); in nfsd4_fslocs_free() 331 fsloc->locations = NULL; in nfsd4_fslocs_free() 453 if (fsloc->locations) in fsloc_parse() 465 fsloc->locations = kcalloc(fsloc->locations_count, in fsloc_parse() 468 if (!fsloc->locations) in fsloc_parse() [all...] |
H A D | export.h | 30 struct nfsd4_fs_location *locations; member
|
/kernel/linux/linux-5.10/sound/pci/ac97/ |
H A D | ac97_proc.c | 31 static const char *locations[8] = { in snd_ac97_proc_read_functions() local 52 locations[sense_info >> 13]); in snd_ac97_proc_read_functions()
|
/kernel/linux/linux-6.6/sound/pci/ac97/ |
H A D | ac97_proc.c | 31 static const char *locations[8] = { in snd_ac97_proc_read_functions() local 52 locations[sense_info >> 13]); in snd_ac97_proc_read_functions()
|
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/ |
H A D | prt_vector.S | 164 @* code for defining the stack and heap memory locations.
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 549 const char *loc, *locations[] = { "DEF", "PCI" }; in qla2xxx_find_flt_start() local 564 loc = locations[0]; in qla2xxx_find_flt_start() 626 loc = locations[1]; in qla2xxx_find_flt_start() 639 const char *locations[] = { "DEF", "FLT" }, *loc = locations[1]; in qla2xxx_get_flt_info() local 922 loc = locations[0]; in qla2xxx_get_flt_info() 949 const char *loc, *locations[] = { "MID", "FDT" }; in qla2xxx_get_fdt_info() local 977 loc = locations[1]; in qla2xxx_get_fdt_info() 998 loc = locations[0]; in qla2xxx_get_fdt_info()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_sup.c | 549 const char *loc, *locations[] = { "DEF", "PCI" }; in qla2xxx_find_flt_start() local 564 loc = locations[0]; in qla2xxx_find_flt_start() 626 loc = locations[1]; in qla2xxx_find_flt_start() 639 const char *locations[] = { "DEF", "FLT" }, *loc = locations[1]; in qla2xxx_get_flt_info() local 922 loc = locations[0]; in qla2xxx_get_flt_info() 949 const char *loc, *locations[] = { "MID", "FDT" }; in qla2xxx_get_fdt_info() local 977 loc = locations[1]; in qla2xxx_get_fdt_info() 998 loc = locations[0]; in qla2xxx_get_fdt_info()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtc-parser.y | 5 %locations
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dtc-parser.y | 5 %locations
|
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_nx.c | 3702 const char *loc, *locations[] = { "DEF", "PCI" }; in qla4_8xxx_find_flt_start() local 3709 loc = locations[0]; in qla4_8xxx_find_flt_start() 3719 const char *loc, *locations[] = { "DEF", "FLT" }; in qla4_8xxx_get_flt_info() local 3764 loc = locations[1]; in qla4_8xxx_get_flt_info() 3805 loc = locations[0]; in qla4_8xxx_get_flt_info() 3832 const char *loc, *locations[] = { "MID", "FDT" }; in qla4_82xx_get_fdt_info() local 3866 loc = locations[1]; in qla4_82xx_get_fdt_info() 3883 loc = locations[0]; in qla4_82xx_get_fdt_info()
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_nx.c | 3683 const char *loc, *locations[] = { "DEF", "PCI" }; in qla4_8xxx_find_flt_start() local 3690 loc = locations[0]; in qla4_8xxx_find_flt_start() 3700 const char *loc, *locations[] = { "DEF", "FLT" }; in qla4_8xxx_get_flt_info() local 3745 loc = locations[1]; in qla4_8xxx_get_flt_info() 3786 loc = locations[0]; in qla4_8xxx_get_flt_info() 3813 const char *loc, *locations[] = { "MID", "FDT" }; in qla4_82xx_get_fdt_info() local 3847 loc = locations[1]; in qla4_82xx_get_fdt_info() 3864 loc = locations[0]; in qla4_82xx_get_fdt_info()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | bugfix.S | 282 | locations on the stack. The correct destination register is in 408 | locations on the stack. The correct destination register is in
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | bugfix.S | 282 | locations on the stack. The correct destination register is in 408 | locations on the stack. The correct destination register is in
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | parse-events.y | 5 %locations
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | parse-events.y | 5 %locations
|