Home
last modified time | relevance | path

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

123456

/linux/fs/nfs/
A 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 …]
A Dnfs4state.c2114 struct nfs4_fs_locations *locations = NULL; in nfs4_try_migration() local
2126 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs4_try_migration()
2128 if (page == NULL || locations == NULL || fattr == NULL) { in nfs4_try_migration()
2134 locations->fattr = fattr; in nfs4_try_migration()
2136 result = nfs4_proc_get_locations(server, NFS_FH(inode), locations, in nfs4_try_migration()
2145 if (!locations->nlocations) in nfs4_try_migration()
2148 if (!(locations->fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)) { in nfs4_try_migration()
2160 status = nfs4_replace_transport(server, locations); in nfs4_try_migration()
2173 if (locations != NULL) in nfs4_try_migration()
2174 kfree(locations->fattr); in nfs4_try_migration()
[all …]
/linux/fs/nfsd/
A 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()
461 if (fsloc->locations) in fsloc_parse()
476 if (!fsloc->locations) in fsloc_parse()
486 if (!fsloc->locations[i].hosts) in fsloc_parse()
495 if (!fsloc->locations[i].path) in fsloc_parse()
[all …]
A Dexport.h30 struct nfsd4_fs_location *locations; member
/linux/Documentation/hwmon/
A 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/arch/arm/nwfpe/
A Dsoftfloat-macros138 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 Dglobals.rst7 have static metadata at fixed locations.
A Dbitmaps.rst20 ext2fs_test_block_bitmap2() will return '0' for those locations,
A Dabout.rst30 Throughout this document, disk locations are given in terms of these
/linux/tools/memory-model/litmus-tests/
A DSB+rfionceonce-poonceonces.litmus31 locations [0:r1; 1:r3; x; y] (* Debug aid: Print things not in "exists". *)
A 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/Documentation/litmus-tests/atomic/
A Dcmpxchg-fail-ordered-1.litmus34 locations[0:r1;1:r1]
A Dcmpxchg-fail-unordered-1.litmus33 locations[0:r1;1:r1]
/linux/Documentation/litmus-tests/locking/
A DRM-broken.litmus39 locations [x;0:r2;1:r0;1:r1;1:r2]
A DRM-fixed.litmus39 locations [x;0:r2;1:r0;1:r1;1:r2]
A DDCL-broken.litmus53 locations [flag;data;0:r0;0:r1;1:r0;1:r1]
A DDCL-fixed.litmus54 locations [flag;data;0:r0;0:r1;1:r0;1:r1]
/linux/arch/arc/lib/
A Dstrcmp-archs.S27 ;; Check if the read locations are the same
/linux/Documentation/firmware-guide/acpi/
A Dchromeos-acpi-device.rst37 - Chrome OS NVRAM locations
256 VBNV (Chrome OS NVRAM locations)
258 This control method returns information about the NVRAM (CMOS) locations used to
/linux/Documentation/devicetree/bindings/mtd/partitions/
A Dbrcm,trx.txt9 identification fields, CRC32 checksum and the locations of embedded partitions.
/linux/Documentation/arch/x86/
A 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/arch/arm/boot/dts/arm/
A Dintegrator.dtsi82 * These PrimeCells are in the same locations and using the
/linux/sound/pci/ac97/
A 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/Documentation/admin-guide/device-mapper/
A 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/Documentation/fault-injection/
A Dprovoke-crashes.rst8 the kernel at predefined code locations to evaluate the reliability of

Completed in 43 milliseconds

123456