Home
last modified time | relevance | path

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

1234

/linux/fs/nfs/
H A Dnfs40proc.c169 struct nfs4_fs_locations *locations, in _nfs40_proc_get_locations() argument
186 .fs_locations = locations, in _nfs40_proc_get_locations()
199 nfs_fattr_init(locations->fattr); in _nfs40_proc_get_locations()
200 locations->server = server; in _nfs40_proc_get_locations()
201 locations->nlocations = 0; in _nfs40_proc_get_locations()
H A Dnfs4state.c2071 struct nfs4_fs_locations *locations = NULL; in nfs4_try_migration() local
2083 locations = kmalloc_obj(struct nfs4_fs_locations); in nfs4_try_migration()
2085 if (page == NULL || locations == NULL || fattr == NULL) { in nfs4_try_migration()
2091 locations->fattr = fattr; in nfs4_try_migration()
2093 result = nfs4_proc_get_locations(server, NFS_FH(inode), locations, in nfs4_try_migration()
2102 if (!locations->nlocations) in nfs4_try_migration()
2105 if (!(locations->fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)) { in nfs4_try_migration()
2117 status = nfs4_replace_transport(server, locations); in nfs4_try_migration()
2130 if (locations != NULL) in nfs4_try_migration()
2131 kfree(locations->fattr); in nfs4_try_migration()
[all …]
H A Dnfs4proc.c4120 struct nfs4_fs_locations *locations = NULL; in _nfs4_discover_trunking() local
4138 locations = kmalloc_obj(struct nfs4_fs_locations); in _nfs4_discover_trunking()
4139 if (!locations) in _nfs4_discover_trunking()
4141 locations->fattr = nfs_alloc_fattr(); in _nfs4_discover_trunking()
4142 if (!locations->fattr) in _nfs4_discover_trunking()
4145 status = nfs4_proc_get_locations(server, fhandle, locations, page, in _nfs4_discover_trunking()
4150 for (i = 0; i < locations->nlocations; i++) { in _nfs4_discover_trunking()
4151 if (!_is_same_nfs4_pathname(&locations->fs_path, in _nfs4_discover_trunking()
4152 &locations->locations[i].rootpath)) in _nfs4_discover_trunking()
4154 test_fs_location_for_trunking(&locations->locations[i], clp, in _nfs4_discover_trunking()
[all …]
/linux/arch/arm/nwfpe/
H A 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/tools/memory-model/litmus-tests/
H A DSB+rfionceonce-poonceonces.litmus31 locations [0:r1; 1:r3; x; y] (* Debug aid: Print things not in "exists". *)
H 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/
H A Dcmpxchg-fail-ordered-1.litmus34 locations[0:r1;1:r1]
H A Dcmpxchg-fail-unordered-1.litmus33 locations[0:r1;1:r1]
/linux/Documentation/litmus-tests/locking/
H A DRM-fixed.litmus39 locations [x;0:r2;1:r0;1:r1;1:r2]
H A DRM-broken.litmus39 locations [x;0:r2;1:r0;1:r1;1:r2]
H A DDCL-broken.litmus53 locations [flag;data;0:r0;0:r1;1:r0;1:r1]
H A DDCL-fixed.litmus54 locations [flag;data;0:r0;0:r1;1:r0;1:r1]
/linux/arch/arc/lib/
H A Dstrcmp-archs.S27 ;; Check if the read locations are the same
/linux/Documentation/firmware-guide/acpi/
H 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/filesystems/ext4/
H A Dabout.rst30 Throughout this document, disk locations are given in terms of these
/linux/arch/arm/boot/dts/arm/
H A Dintegrator.dtsi82 * These PrimeCells are in the same locations and using the
/linux/Documentation/admin-guide/device-mapper/
H 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/
H A Dprovoke-crashes.rst8 the kernel at predefined code locations to evaluate the reliability of
/linux/Documentation/driver-api/iio/
H A Dtriggers.rst24 There are two locations in sysfs related to triggers:
/linux/Documentation/arch/s390/
H A Dzfcpdump.rst33 under the following locations:
/linux/Documentation/arch/arm64/
H A Dtagged-pointers.rst38 Using non-zero address tags in any of these locations when the
/linux/Documentation/userspace-api/media/v4l/
H A Dyuv-formats.rst41 located in different spatial locations:
H A Dpixfmt-srggb8-pisp-comp.rst40 coded independently by 32-bit words at successive locations in memory.
/linux/Documentation/arch/powerpc/
H A Ddawr-power9.rst64 POWER9. Loads and stores to the watchpoint locations will not be
/linux/Documentation/admin-guide/hw-vuln/
H A Dcross-thread-rsb.rst62 instructions with targeted return locations and then transitioning out of C0

1234