/Linux-v5.15/fs/nfs/ |
D | nfs4namespace.c | 130 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() 359 * @locations: array of NFSv4 server location information 363 const struct nfs4_fs_locations *locations) in nfs_follow_referral() argument 368 if (locations == NULL || locations->nlocations <= 0) in nfs_follow_referral() 374 error = nfs4_validate_fspath(ctx->clone_data.dentry, locations, ctx); in nfs_follow_referral() 379 for (loc = 0; loc < locations->nlocations; loc++) { in nfs_follow_referral() 380 const struct nfs4_fs_location *location = &locations->locations[loc]; in nfs_follow_referral() 416 /* Get locations */ in nfs_do_refmount() 419 dprintk("%s: getting locations for %pd2\n", in nfs_do_refmount() [all …]
|
/Linux-v5.15/fs/nfsd/ |
D | export.c | 319 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 …]
|
D | export.h | 18 * FS Locations 30 struct nfsd4_fs_location *locations; member
|
/Linux-v5.15/Documentation/hwmon/ |
D | nct6683.rst | 36 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-v5.15/arch/s390/kernel/ |
D | asm-offsets.c | 56 /* hardware defined lowcore locations 0x000 - 0x1ff */ in main() 95 /* software defined lowcore locations 0x200 - 0xdff*/ in main() 129 /* software defined ABI-relevant lowcore locations 0xe00 - 0xe20 */ in main() 131 /* hardware defined lowcore locations 0x1000 - 0x18ff */ in main()
|
/Linux-v5.15/arch/m68k/include/asm/ |
D | sun3xprom.h | 2 /* Useful PROM locations */ 17 /* interesting hardware locations */
|
/Linux-v5.15/Documentation/sphinx/ |
D | kernel_include.py | 16 the path name and allows to include files from arbitrary locations. 20 Including files from arbitrary locations (e.g. from ``/etc``) is a 22 docutils *prohibit* pathnames pointing to locations *above* the filesystem 81 # not allow absolute or relative pathnames pointing to locations *above*
|
/Linux-v5.15/drivers/hwtracing/coresight/ |
D | coresight-config.c | 73 /* set values into the driver locations referenced in cscfg_reg_csdev */ 88 /* copy back values from the driver locations referenced in cscfg_reg_csdev */ 223 * Configuration values will be programmed into the driver locations if enabling, or read 224 * from relevant locations on disable.
|
/Linux-v5.15/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-v5.15/tools/memory-model/litmus-tests/ |
D | README | 119 also demonstrates the "locations" debugging aid, which designates 120 additional registers and locations to be printed out in the dump 121 of final states in the herd7 output. Without the "locations" 122 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-v5.15/arch/x86/entry/vdso/vdso32/ |
D | sigreturn.S | 65 We record the locations of each register saved. This is 124 We record the locations of each register saved. This is
|
/Linux-v5.15/fs/squashfs/ |
D | export.c | 21 * locations are directly encoded in directories, enabling direct access 144 * table0], table[1], ... table[indexes - 1] store the locations in squashfs_read_inode_lookup_table()
|
/Linux-v5.15/lib/ |
D | parser.c | 19 * locations. 99 * locations. 104 * tokens, and whose locations will be returned in the @args array.
|
/Linux-v5.15/Documentation/admin-guide/device-mapper/ |
D | dm-dust.rst | 5 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-v5.15/Documentation/filesystems/ext4/ |
D | globals.rst | 7 have static metadata at fixed locations.
|
D | bitmaps.rst | 20 ext2fs\_test\_block\_bitmap2() will return '0' for those locations,
|
/Linux-v5.15/arch/x86/lib/ |
D | pc-conf-reg.c | 3 * Support for the configuration register space at port I/O locations
|
/Linux-v5.15/include/asm-generic/ |
D | parport.h | 7 * locations in the I/O space, which are scanned by
|
/Linux-v5.15/arch/arm/mach-ixp4xx/include/mach/ |
D | hardware.h | 22 /* Register locations and bits */
|
/Linux-v5.15/arch/x86/include/asm/ |
D | pc-conf-reg.h | 3 * Support for the configuration register space at port I/O locations
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | mxs-pinfunc.h | 8 * Version 2 at the following locations:
|
/Linux-v5.15/Documentation/driver-api/ |
D | vme.rst | 252 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-v5.15/arch/powerpc/lib/ |
D | feature-fixups.c | 165 printk(KERN_DEBUG "stf-barrier: patched %d entry locations (%s barrier)\n", i, in do_stf_entry_barrier_fixups() 221 printk(KERN_DEBUG "stf-barrier: patched %d exit locations (%s barrier)\n", i, in do_stf_exit_barrier_fixups() 309 printk(KERN_DEBUG "uaccess-flush: patched %d locations (%s flush)\n", i, in do_uaccess_flush_fixups() 409 printk(KERN_DEBUG "entry-flush: patched %d locations (%s flush)\n", i, in __do_entry_flush_fixups() 469 printk(KERN_DEBUG "rfi-flush: patched %d locations (%s flush)\n", i, in __do_rfi_flush_fixups() 525 printk(KERN_DEBUG "barrier-nospec: patched %d locations\n", i); in do_barrier_nospec_fixups_range() 569 printk(KERN_DEBUG "barrier-nospec: patched %d locations\n", i); in do_barrier_nospec_fixups_range()
|
/Linux-v5.15/arch/ia64/kernel/ |
D | unwind_i.h | 68 * At the end of each prologue these locations get resolved to 85 struct unw_reg_info reg[UNW_NUM_REGS]; /* register save locations */
|