/linux/fs/nfs/ |
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() 363 const struct nfs4_fs_locations *locations) in nfs_follow_referral() argument 368 if (locations == NULL || locations->nlocations <= 0) in nfs_follow_referral() 374 error = nfs4_validate_fspath(ctx->clone_data.dentry, locations, ctx); in nfs_follow_referral() 379 for (loc = 0; loc < locations->nlocations; loc++) { in nfs_follow_referral() 380 const struct nfs4_fs_location *location = &locations->locations[loc]; in nfs_follow_referral() 532 const struct nfs4_fs_locations *locations) in nfs4_replace_transport() argument 538 if (locations == NULL || locations->nlocations <= 0) in nfs4_replace_transport() 549 for (loc = 0; loc < locations->nlocations; loc++) { in nfs4_replace_transport() [all …]
|
A D | nfs4state.c | 2082 struct nfs4_fs_locations *locations = NULL; in nfs4_try_migration() local 2094 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs4_try_migration() 2095 if (page == NULL || locations == NULL) { in nfs4_try_migration() 2101 result = nfs4_proc_get_locations(inode, locations, page, cred); in nfs4_try_migration() 2109 if (!(locations->fattr.valid & NFS_ATTR_FATTR_V4_LOCATIONS)) { in nfs4_try_migration() 2121 status = nfs4_replace_transport(server, locations); in nfs4_try_migration() 2134 kfree(locations); in nfs4_try_migration()
|
/linux/fs/nfsd/ |
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() 454 if (fsloc->locations) in fsloc_parse() 469 if (!fsloc->locations) in fsloc_parse() 479 if (!fsloc->locations[i].hosts) in fsloc_parse() 488 if (!fsloc->locations[i].path) in fsloc_parse() [all …]
|
A D | export.h | 30 struct nfsd4_fs_location *locations; member
|
/linux/Documentation/hwmon/ |
A D | nct6683.rst | 36 Limit register locations on Intel boards with EC firmware version 1.0 37 build date 04/03/13 do not match the register locations in the Nuvoton 43 Some of the register locations can be reverse engineered; others are too
|
/linux/arch/arm/nwfpe/ |
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'. 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 456 into two 64-bit pieces which are stored at the locations pointed to by 487 which are stored at the locations pointed to by `z0Ptr', `z1Ptr', and [all …]
|
/linux/Documentation/filesystems/ext4/ |
A D | globals.rst | 7 have static metadata at fixed locations.
|
A D | bitmaps.rst | 20 ext2fs\_test\_block\_bitmap2() will return '0' for those locations,
|
A D | about.rst | 30 Throughout this document, disk locations are given in terms of these
|
/linux/tools/memory-model/litmus-tests/ |
A D | SB+rfionceonce-poonceonces.litmus | 31 locations [0:r1; 1:r3; x; y] (* Debug aid: Print things not in "exists". *)
|
A D | README | 119 also demonstrates the "locations" debugging aid, which designates 120 additional registers and locations to be printed out in the dump 121 of final states in the herd7 output. Without the "locations" 122 statement, only those registers and locations mentioned in the
|
/linux/Documentation/devicetree/bindings/spi/ |
A D | atmel-quadspi.txt | 7 - reg: Should contain the locations and lengths of the base registers
|
/linux/arch/arc/lib/ |
A D | strcmp-archs.S | 27 ;; Check if the read locations are the same
|
/linux/Documentation/devicetree/bindings/firmware/ |
A D | intel,ixp4xx-network-processing-engine.yaml | 18 consecutive memory locations. They are all included in the same
|
/linux/Documentation/devicetree/bindings/mtd/partitions/ |
A D | brcm,trx.txt | 9 identification fields, CRC32 checksum and the locations of embedded partitions.
|
/linux/Documentation/admin-guide/device-mapper/ |
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/sound/pci/ac97/ |
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()
|
/linux/arch/arm/boot/dts/ |
A D | integrator.dtsi | 82 * These PrimeCells are in the same locations and using the
|
/linux/Documentation/fault-injection/ |
A D | provoke-crashes.rst | 8 the kernel at predefined code locations to evaluate the reliability of
|
/linux/Documentation/driver-api/ |
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/devicetree/bindings/mfd/ |
A D | qcom,spmi-pmic.txt | 7 locations/definitions within these regions, with some of these regions
|
/linux/drivers/scsi/qla2xxx/ |
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()
|
/linux/Documentation/driver-api/iio/ |
A D | triggers.rst | 24 There are two locations in sysfs related to triggers:
|
/linux/Documentation/devicetree/bindings/serial/ |
A D | qcom,msm-uartdm.txt | 16 - reg: Should contain UART register locations and lengths. The first
|
/linux/Documentation/s390/ |
A D | zfcpdump.rst | 33 under the following locations:
|