| /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() 365 * @locations: array of NFSv4 server location information 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() 425 /* Get locations */ in nfs_do_refmount() 428 dprintk("%s: getting locations for %pd2\n", in nfs_do_refmount() [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 | 18 * FS Locations 30 struct nfsd4_fs_location *locations; member
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3xprom.h | 2 /* Useful PROM locations */ 17 /* interesting hardware locations */
|
| /linux/arch/s390/kernel/ |
| H A D | asm-offsets.c | 74 /* hardware defined lowcore locations 0x000 - 0x1ff */ in main() 114 /* software defined lowcore locations 0x200 - 0xdff*/ in main() 141 /* software defined ABI-relevant lowcore locations 0xe00 - 0xe20 */ in main() 145 /* hardware defined lowcore locations 0x1000 - 0x18ff */ in main()
|
| /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 | 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
|
| H A D | SB+rfionceonce-poonceonces.litmus | 31 locations [0:r1; 1:r3; x; y] (* Debug aid: Print things not in "exists". *)
|
| /linux/arch/x86/entry/vdso/vdso32/ |
| H A D | sigreturn.S | 65 We record the locations of each register saved. This is 124 We record the locations of each register saved. This is
|
| /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/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/fs/squashfs/ |
| H A D | export.c | 21 * locations are directly encoded in directories, enabling direct access 144 * table0], table[1], ... table[indexes - 1] store the locations in squashfs_read_inode_lookup_table()
|
| /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/lib/ |
| H A D | parser.c | 28 * locations. 108 * locations. 113 * tokens, and whose locations will be returned in the @args array.
|
| /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/arch/x86/lib/ |
| H A D | pc-conf-reg.c | 3 * Support for the configuration register space at port I/O locations
|
| /linux/include/asm-generic/ |
| H A D | parport.h | 7 * locations in the I/O space, which are scanned by
|
| /linux/arch/x86/include/asm/ |
| H A D | pc-conf-reg.h | 3 * Support for the configuration register space at port I/O locations
|
| /linux/Documentation/litmus-tests/atomic/ |
| H A D | cmpxchg-fail-unordered-1.litmus | 33 locations[0:r1;1:r1]
|
| H A D | cmpxchg-fail-ordered-1.litmus | 34 locations[0:r1;1:r1]
|
| /linux/Documentation/networking/device_drivers/ethernet/aquantia/ |
| H A D | atlantic.rst | 279 - Locations 0 - 15 for VLAN ID filters 280 - Locations 16 - 31 for L2 EtherType filters 281 - Locations 32 - 39 for L3/L4 5-tuple filters (locations 32, 36 for IPv6)
|
| /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]
|
| /linux/tools/include/nolibc/ |
| H A D | std.h | 11 * stdint.h, ctype.h, unistd.h and a few other common locations. Please place
|