Home
last modified time | relevance | path

Searched refs:locations (Results 1 – 25 of 121) sorted by relevance

12345

/Linux-v6.1/fs/nfs/
Dnfs4namespace.c130 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 …]
Dnfs4state.c2102 struct nfs4_fs_locations *locations = NULL; in nfs4_try_migration() local
2114 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs4_try_migration()
2115 if (page == NULL || locations == NULL) { in nfs4_try_migration()
2119 locations->fattr = nfs_alloc_fattr(); in nfs4_try_migration()
2120 if (locations->fattr == NULL) { in nfs4_try_migration()
2126 result = nfs4_proc_get_locations(server, NFS_FH(inode), locations, in nfs4_try_migration()
2135 if (!locations->nlocations) in nfs4_try_migration()
2138 if (!(locations->fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)) { in nfs4_try_migration()
2150 status = nfs4_replace_transport(server, locations); in nfs4_try_migration()
2163 if (locations != NULL) in nfs4_try_migration()
[all …]
Dnfs4proc.c3999 struct nfs4_fs_locations *locations = NULL; in _nfs4_discover_trunking() local
4017 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in _nfs4_discover_trunking()
4018 if (!locations) in _nfs4_discover_trunking()
4020 locations->fattr = nfs_alloc_fattr(); in _nfs4_discover_trunking()
4021 if (!locations->fattr) in _nfs4_discover_trunking()
4024 status = nfs4_proc_get_locations(server, fhandle, locations, page, in _nfs4_discover_trunking()
4029 for (i = 0; i < locations->nlocations; i++) in _nfs4_discover_trunking()
4030 test_fs_location_for_trunking(&locations->locations[i], clp, in _nfs4_discover_trunking()
4033 kfree(locations->fattr); in _nfs4_discover_trunking()
4035 kfree(locations); in _nfs4_discover_trunking()
[all …]
/Linux-v6.1/fs/nfsd/
Dexport.c319 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()
466 fsloc->locations = kcalloc(fsloc->locations_count, in fsloc_parse()
469 if (!fsloc->locations) in fsloc_parse()
478 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL); in fsloc_parse()
[all …]
Dexport.h30 struct nfsd4_fs_location *locations; member
/Linux-v6.1/Documentation/hwmon/
Dnct6683.rst36 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-v6.1/arch/arm/nwfpe/
Dsoftfloat-macros138 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-v6.1/Documentation/filesystems/ext4/
Dglobals.rst7 have static metadata at fixed locations.
Dbitmaps.rst20 ext2fs_test_block_bitmap2() will return '0' for those locations,
Dabout.rst30 Throughout this document, disk locations are given in terms of these
/Linux-v6.1/tools/memory-model/litmus-tests/
DSB+rfionceonce-poonceonces.litmus31 locations [0:r1; 1:r3; x; y] (* Debug aid: Print things not in "exists". *)
DREADME127 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-v6.1/arch/arc/lib/
Dstrcmp-archs.S27 ;; Check if the read locations are the same
/Linux-v6.1/Documentation/firmware-guide/acpi/
Dchromeos-acpi-device.rst38 - Chrome OS NVRAM locations
257 VBNV (Chrome OS NVRAM locations)
259 This control method returns information about the NVRAM (CMOS) locations used to
/Linux-v6.1/Documentation/devicetree/bindings/mtd/partitions/
Dbrcm,trx.txt9 identification fields, CRC32 checksum and the locations of embedded partitions.
/Linux-v6.1/Documentation/x86/
Diommu.rst5 The architecture specs can be obtained from the below locations.
107 When DMAR is being processed and initialized by ACPI, prints DMAR locations
/Linux-v6.1/arch/arm/boot/dts/
Dintegrator.dtsi82 * These PrimeCells are in the same locations and using the
/Linux-v6.1/sound/pci/ac97/
Dac97_proc.c31 static const char *locations[8] = { in snd_ac97_proc_read_functions() local
52 locations[sense_info >> 13]); in snd_ac97_proc_read_functions()
/Linux-v6.1/Documentation/admin-guide/device-mapper/
Ddm-dust.rst5 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-v6.1/Documentation/fault-injection/
Dprovoke-crashes.rst8 the kernel at predefined code locations to evaluate the reliability of
/Linux-v6.1/Documentation/driver-api/
Dvme.rst252 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-v6.1/Documentation/driver-api/iio/
Dtriggers.rst24 There are two locations in sysfs related to triggers:
/Linux-v6.1/Documentation/s390/
Dzfcpdump.rst33 under the following locations:
/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_sup.c549 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-v6.1/tools/perf/Documentation/
Dtips.txt13 Use --symfs <dir> if your symbol files are in non-standard locations

12345