| /linux/fs/nfs/ |
| H A D | nfs4namespace.c | 130 const struct nfs4_fs_locations *locations, in nfs4_validate_fspath() argument 149 fs_path = nfs4_pathname_string(&locations->fs_path, &len); in nfs4_validate_fspath() 369 const struct nfs4_fs_locations *locations) in nfs_follow_referral() argument 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[loc]; in nfs_follow_referral() 542 const struct nfs4_fs_locations *locations) in nfs4_replace_transport() argument 548 if (locations == NULL || locations->nlocations <= 0) in nfs4_replace_transport() 559 for (loc = 0; loc < locations->nlocations; loc++) { in nfs4_replace_transport() [all …]
|
| H A D | nfs4state.c | 2117 struct nfs4_fs_locations *locations = NULL; in nfs4_try_migration() local 2129 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs4_try_migration() 2131 if (page == NULL || locations == NULL || fattr == NULL) { in nfs4_try_migration() 2137 locations->fattr = fattr; in nfs4_try_migration() 2139 result = nfs4_proc_get_locations(server, NFS_FH(inode), locations, in nfs4_try_migration() 2148 if (!locations->nlocations) in nfs4_try_migration() 2151 if (!(locations->fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)) { in nfs4_try_migration() 2163 status = nfs4_replace_transport(server, locations); in nfs4_try_migration() 2176 if (locations != NULL) in nfs4_try_migration() 2177 kfree(locations->fattr); in nfs4_try_migration() [all …]
|
| H A D | nfs4proc.c | 4190 struct nfs4_fs_locations *locations = NULL; in _nfs4_discover_trunking() local 4208 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in _nfs4_discover_trunking() 4209 if (!locations) in _nfs4_discover_trunking() 4211 locations->fattr = nfs_alloc_fattr(); in _nfs4_discover_trunking() 4212 if (!locations->fattr) in _nfs4_discover_trunking() 4215 status = nfs4_proc_get_locations(server, fhandle, locations, page, in _nfs4_discover_trunking() 4220 for (i = 0; i < locations->nlocations; i++) { in _nfs4_discover_trunking() 4221 if (!_is_same_nfs4_pathname(&locations->fs_path, in _nfs4_discover_trunking() 4222 &locations->locations[i].rootpath)) in _nfs4_discover_trunking() 4224 test_fs_location_for_trunking(&locations->locations[i], clp, in _nfs4_discover_trunking() [all …]
|
| /linux/fs/nfsd/ |
| H A D | export.c | 317 struct nfsd4_fs_location *locations = fsloc->locations; in nfsd4_fslocs_free() local 320 if (!locations) in nfsd4_fslocs_free() 324 kfree(locations[i].path); in nfsd4_fslocs_free() 325 kfree(locations[i].hosts); in nfsd4_fslocs_free() 328 kfree(locations); in nfsd4_fslocs_free() 329 fsloc->locations = NULL; in nfsd4_fslocs_free() 468 if (fsloc->locations) in fsloc_parse() 480 fsloc->locations = kcalloc(fsloc->locations_count, in fsloc_parse() 483 if (!fsloc->locations) in fsloc_parse() 492 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL); in fsloc_parse() [all …]
|
| H A D | export.h | 30 struct nfsd4_fs_location *locations; member
|
| /linux/arch/arm/nwfpe/ |
| H A D | softfloat-macros | 138 which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 174 the locations pointed to by `z0Ptr' and `z1Ptr'. 214 stored at the locations pointed to by `z0Ptr' and `z1Ptr'. The bits shifted 223 and the integer part of the result is returned at the locations pointed to 285 pieces which are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 304 64-bit pieces which are stored at the locations pointed to by `z0Ptr', 341 are stored at the locations pointed to by `z0Ptr' and `z1Ptr'. 361 64-bit pieces which are stored at the locations pointed to by `z0Ptr', 400 64-bit pieces which are stored at the locations pointed to by `z0Ptr' and 419 result is broken into three 64-bit pieces which are stored at the locations [all …]
|
| /linux/tools/memory-model/litmus-tests/ |
| H A D | SB+rfionceonce-poonceonces.litmus | 31 locations [0:r1; 1:r3; x; y] (* Debug aid: Print things not in "exists". *)
|
| H A D | README | 127 also demonstrates the "locations" debugging aid, which designates 128 additional registers and locations to be printed out in the dump 129 of final states in the herd7 output. Without the "locations" 130 statement, only those registers and locations mentioned in the
|
| /linux/Documentation/litmus-tests/atomic/ |
| H A D | cmpxchg-fail-ordered-1.litmus | 34 locations[0:r1;1:r1]
|
| H A D | cmpxchg-fail-unordered-1.litmus | 33 locations[0:r1;1:r1]
|
| /linux/Documentation/litmus-tests/locking/ |
| H A D | RM-fixed.litmus | 39 locations [x;0:r2;1:r0;1:r1;1:r2]
|
| H A D | RM-broken.litmus | 39 locations [x;0:r2;1:r0;1:r1;1:r2]
|
| H A D | DCL-broken.litmus | 53 locations [flag;data;0:r0;0:r1;1:r0;1:r1]
|
| H A D | DCL-fixed.litmus | 54 locations [flag;data;0:r0;0:r1;1:r0;1:r1]
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | chromeos-acpi-device.rst | 37 - Chrome OS NVRAM locations 256 VBNV (Chrome OS NVRAM locations) 258 This control method returns information about the NVRAM (CMOS) locations used to
|
| /linux/arch/arc/lib/ |
| H A D | strcmp-archs.S | 27 ;; Check if the read locations are the same
|
| /linux/Documentation/arch/x86/ |
| H A D | iommu.rst | 5 The architecture specs can be obtained from the below locations. 107 When DMAR is being processed and initialized by ACPI, prints DMAR locations
|
| /linux/Documentation/devicetree/bindings/mtd/partitions/ |
| H A D | brcm,trx.txt | 9 identification fields, CRC32 checksum and the locations of embedded partitions.
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-dust.rst | 5 locations, and the ability to enable the emulation of the failures 28 messages to add arbitrary bad blocks at new locations, and the 290 dm-flakey fails all I/O from all block locations at a specified time
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | about.rst | 30 Throughout this document, disk locations are given in terms of these
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | integrator.dtsi | 82 * These PrimeCells are in the same locations and using the
|
| /linux/Documentation/fault-injection/ |
| H A D | provoke-crashes.rst | 8 the kernel at predefined code locations to evaluate the reliability of
|
| /linux/Documentation/driver-api/ |
| H A D | vme.rst | 252 monitoring adjacent locations. The function :c:func:`vme_lm_count` can be used 253 to determine how many locations are provided. 270 location. Each location monitor can monitor a number of adjacent locations. The
|
| /linux/Documentation/driver-api/iio/ |
| H A D | triggers.rst | 24 There are two locations in sysfs related to triggers:
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_sup.c | 549 const char *loc, *locations[] = { "DEF", "PCI" }; in qla2xxx_find_flt_start() local 565 loc = locations[0]; in qla2xxx_find_flt_start() 642 loc = locations[1]; in qla2xxx_find_flt_start() 655 const char *locations[] = { "DEF", "FLT" }, *loc = locations[1]; in qla2xxx_get_flt_info() local 938 loc = locations[0]; in qla2xxx_get_flt_info() 965 const char *loc, *locations[] = { "MID", "FDT" }; in qla2xxx_get_fdt_info() local 993 loc = locations[1]; in qla2xxx_get_fdt_info() 1014 loc = locations[0]; in qla2xxx_get_fdt_info()
|