Home
last modified time | relevance | path

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

123456789

/Linux-v4.19/fs/nfs/
Dnfs4namespace.c102 const struct nfs4_fs_locations *locations, in nfs4_validate_fspath() argument
111 fs_path = nfs4_pathname_string(&locations->fs_path, page2, PAGE_SIZE); in nfs4_validate_fspath()
296 const struct nfs4_fs_locations *locations) in nfs_follow_referral() argument
307 if (locations == NULL || locations->nlocations <= 0) in nfs_follow_referral()
321 error = nfs4_validate_fspath(dentry, locations, page, page2); in nfs_follow_referral()
327 for (loc = 0; loc < locations->nlocations; loc++) { in nfs_follow_referral()
328 const struct nfs4_fs_location *location = &locations->locations[loc]; in nfs_follow_referral()
482 const struct nfs4_fs_locations *locations) in nfs4_replace_transport() argument
488 if (locations == NULL || locations->nlocations <= 0) in nfs4_replace_transport()
499 for (loc = 0; loc < locations->nlocations; loc++) { in nfs4_replace_transport()
[all …]
/Linux-v4.19/fs/nfsd/
Dexport.c295 struct nfsd4_fs_location *locations = fsloc->locations; in nfsd4_fslocs_free() local
298 if (!locations) in nfsd4_fslocs_free()
302 kfree(locations[i].path); in nfsd4_fslocs_free()
303 kfree(locations[i].hosts); in nfsd4_fslocs_free()
306 kfree(locations); in nfsd4_fslocs_free()
307 fsloc->locations = NULL; in nfsd4_fslocs_free()
395 if (fsloc->locations) in fsloc_parse()
407 fsloc->locations = kcalloc(fsloc->locations_count, in fsloc_parse()
410 if (!fsloc->locations) in fsloc_parse()
419 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL); in fsloc_parse()
[all …]
/Linux-v4.19/Documentation/hwmon/
Dnct668331 Limit register locations on Intel boards with EC firmware version 1.0
32 build date 04/03/13 do not match the register locations in the Nuvoton
38 Some of the register locations can be reverse engineered; others are too
/Linux-v4.19/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-v4.19/Documentation/filesystems/ext4/ondisk/
Dglobals.rst7 have static metadata at fixed locations.
/Linux-v4.19/arch/arm/boot/dts/
Dep7211.dtsi4 * Version 2 or later at the following locations:
Dimx6q-gw51xx.dts6 * Version 2 or later at the following locations:
Dimx6q-phytec-pfla02.dtsi6 * Version 2 or later at the following locations:
Dimx6dl-gw51xx.dts6 * Version 2 or later at the following locations:
Dimx6dl-gw552x.dts6 * Version 2 or later at the following locations:
Dimx6dl-phytec-pfla02.dtsi6 * Version 2 or later at the following locations:
Dimx6q-gw552x.dts6 * Version 2 or later at the following locations:
Dimx6dl-phytec-pbab01.dts6 * Version 2 or later at the following locations:
Dimx31-bug.dts6 * Version 2 or later at the following locations:
Dimx6q-phytec-pbab01.dts6 * Version 2 or later at the following locations:
Dste-hrefprev60-tvk.dts6 * Version 2 or later at the following locations:
Dimx6dl-dfi-fs700-m60.dts6 * Version 2 or later at the following locations:
Dste-hrefv60plus-tvk.dts6 * Version 2 or later at the following locations:
Dimx6q-dfi-fs700-m60.dts6 * Version 2 or later at the following locations:
Dste-hrefprev60-stuib.dts6 * Version 2 or later at the following locations:
Dste-hrefv60plus-stuib.dts6 * Version 2 or later at the following locations:
/Linux-v4.19/tools/memory-model/litmus-tests/
DREADME117 also demonstrates the "locations" debugging aid, which designates
118 additional registers and locations to be printed out in the dump
119 of final states in the herd7 output. Without the "locations"
120 statement, only those registers and locations mentioned in the
DSB+rfionceonce-poonceonces.litmus31 locations [0:r1; 1:r3; x; y] (* Debug aid: Print things not in "exists". *)
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Dste-coh901318.txt8 - reg: register locations and length
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Datmel-quadspi.txt5 - reg: Should contain the locations and lengths of the base registers

123456789