Searched refs:locations (Results 1 – 25 of 216) sorted by relevance
123456789
/Linux-v4.19/fs/nfs/ |
D | nfs4namespace.c | 102 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/ |
D | export.c | 295 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/ |
D | nct6683 | 31 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/ |
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'. 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/ |
D | globals.rst | 7 have static metadata at fixed locations.
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | ep7211.dtsi | 4 * Version 2 or later at the following locations:
|
D | imx6q-gw51xx.dts | 6 * Version 2 or later at the following locations:
|
D | imx6q-phytec-pfla02.dtsi | 6 * Version 2 or later at the following locations:
|
D | imx6dl-gw51xx.dts | 6 * Version 2 or later at the following locations:
|
D | imx6dl-gw552x.dts | 6 * Version 2 or later at the following locations:
|
D | imx6dl-phytec-pfla02.dtsi | 6 * Version 2 or later at the following locations:
|
D | imx6q-gw552x.dts | 6 * Version 2 or later at the following locations:
|
D | imx6dl-phytec-pbab01.dts | 6 * Version 2 or later at the following locations:
|
D | imx31-bug.dts | 6 * Version 2 or later at the following locations:
|
D | imx6q-phytec-pbab01.dts | 6 * Version 2 or later at the following locations:
|
D | ste-hrefprev60-tvk.dts | 6 * Version 2 or later at the following locations:
|
D | imx6dl-dfi-fs700-m60.dts | 6 * Version 2 or later at the following locations:
|
D | ste-hrefv60plus-tvk.dts | 6 * Version 2 or later at the following locations:
|
D | imx6q-dfi-fs700-m60.dts | 6 * Version 2 or later at the following locations:
|
D | ste-hrefprev60-stuib.dts | 6 * Version 2 or later at the following locations:
|
D | ste-hrefv60plus-stuib.dts | 6 * Version 2 or later at the following locations:
|
/Linux-v4.19/tools/memory-model/litmus-tests/ |
D | README | 117 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
|
D | SB+rfionceonce-poonceonces.litmus | 31 locations [0:r1; 1:r3; x; y] (* Debug aid: Print things not in "exists". *)
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | ste-coh901318.txt | 8 - reg: register locations and length
|
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
D | atmel-quadspi.txt | 5 - reg: Should contain the locations and lengths of the base registers
|
123456789