/linux-6.14.4/fs/xfs/scrub/ |
D | tempfile.c | 35 * Create a temporary file for reconstructing metadata, with the intention of 36 * atomically exchanging the temporary file's contents with the file that's 70 * Make sure that we have allocated dquot(s) on disk. The temporary in xrep_tempfile_create() 104 * Mark our temporary file as private so that LSMs and the ACL code in xrep_tempfile_create() 117 * Initialize the temporary symlink with a meaningless target in xrep_tempfile_create() 191 * Temporary files have to be created before we even know which inode we're 246 * Remove this temporary file from the metadata directory tree so that it can 294 /* Take IOLOCK_EXCL on the temporary file, maybe. */ 308 * Take the temporary file's IOLOCK while holding a different inode's IOLOCK. 327 /* Release IOLOCK_EXCL on the temporary file. */ [all …]
|
D | parent_repair.c | 67 * from a single parent file before replaying them into the temporary file. To 73 * temporary file. All non-parent pointer extended attributes are copied to 74 * the temporary file's extended attributes. An atomic file mapping exchange 287 * Add this stashed incore parent pointer to the temporary file. 421 * whose parent pointers we're rebuilding, add a pptr to the temporary 455 * addition to the temporary file. in xrep_parent_scan_dirent() 649 * repairing, so stash the update for replay against the temporary in xrep_parent_live_update() 932 /* Stash non-pptr attributes for later replay into the temporary file. */ 1041 * Periodically flush salvaged attributes to the temporary file. This is done 1054 * inode being repaired, the temporary file, and the empty scrub in xrep_parent_flush_xattrs() [all …]
|
D | dir_repair.c | 56 * memory, and the stashed entries are periodically replayed into a temporary 58 * temporary directory in this fashion reduces lock cycling of the directory 59 * being repaired and the temporary directory, and will later become important 66 * pointers for a single child file before replaying them into the temporary 71 * Directory entries added to the temporary directory do not elevate the link 73 * entries are replayed to the temporary directory. An atomic mapping exchange 686 /* Replay a stashed createname into the temporary directory. */ 713 /* Replay a stashed removename onto the temporary directory. */ 733 * Add this stashed incore directory entry to the temporary directory. 755 /* Lock the temporary directory and join it to the transaction */ in xrep_dir_replay_update() [all …]
|
D | symlink_repair.c | 49 * into a private hidden temporary file, and then a file contents exchange 71 * should cover the preallocation of the temporary file and exchanging in xrep_setup_symlink() 324 /* Exchange the temporary symlink's data fork with the one being repaired. */ 406 * In preparation to write the new symlink target to the temporary in xrep_symlink_rebuild() 408 * joined) and take the ILOCK of the temporary file. in xrep_symlink_rebuild() 436 /* Write the salvaged target to the temporary link. */ in xrep_symlink_rebuild() 459 * We're done with the temporary buffer, so we can reuse it for the in xrep_symlink_rebuild() 470 * being repaired and the temporary file. in xrep_symlink_rebuild()
|
D | attr_repair.c | 53 * memory, and the stashed entries are periodically replayed into a temporary 54 * file to constrain memory use. Batching the construction of the temporary 56 * file being repaired and the temporary file. 59 * the temporary file. An atomic file contents exchange is used to commit the 684 * Periodically flush salvaged attributes to the temporary file. This is done 697 * inode being repaired, the temporary file, and a scrub transaction in xrep_xattr_flush_stashed() 704 * xattrs from the xfarray and xfblob structures into the temporary in xrep_xattr_flush_stashed() 706 * Updating the temporary file requires a transaction, so we commit the in xrep_xattr_flush_stashed() 720 * Take the IOLOCK of the temporary file while we modify xattrs. This in xrep_xattr_flush_stashed() 721 * isn't strictly required because the temporary file is never revealed in xrep_xattr_flush_stashed() [all …]
|
/linux-6.14.4/tools/testing/selftests/net/ |
D | sk_so_peek_off.c | 30 ksft_perror("Temporary TCP socket creation failed"); in sk_peek_offset_probe() 79 ksft_perror("Temporary socket creation failed\n"); in sk_peek_offset_test() 83 ksft_perror("Temporary socket bind() failed\n"); in sk_peek_offset_test() 87 ksft_perror("Temporary socket getsockname() failed\n"); in sk_peek_offset_test() 91 ksft_perror("Temporary socket listen() failed\n"); in sk_peek_offset_test() 95 ksft_perror("Temporary socket connect() failed\n"); in sk_peek_offset_test() 101 ksft_perror("Temporary socket accept() failed\n"); in sk_peek_offset_test() 121 ksft_perror("Temporary probe socket send() failed\n"); in sk_peek_offset_test()
|
/linux-6.14.4/arch/xtensa/mm/ |
D | misc.S | 97 * If we have to deal with cache aliasing, we use temporary memory mappings 99 * the virtual address. We use way 0 and 1 for temporary mappings in such cases. 101 * The temporary DTLB entries shouldn't be flushed by interrupts, but are 103 * fast_second_level_miss handler re-established the temporary mapping. 141 /* We need to invalidate the temporary dtlb entry. */ 161 /* Setup a temporary DTLB for destination. */ 167 /* Setup a temporary DTLB for source. */ 202 /* We need to invalidate any temporary mapping! */
|
/linux-6.14.4/drivers/net/ethernet/amd/ |
D | ariadne.h | 108 #define CSR48 0x3000 /* Temporary Storage */ 109 #define CSR49 0x3100 /* Temporary Storage */ 110 #define CSR50 0x3200 /* Temporary Storage */ 111 #define CSR51 0x3300 /* Temporary Storage */ 112 #define CSR52 0x3400 /* Temporary Storage */ 113 #define CSR53 0x3500 /* Temporary Storage */ 114 #define CSR54 0x3600 /* Temporary Storage */ 115 #define CSR55 0x3700 /* Temporary Storage */ 116 #define CSR56 0x3800 /* Temporary Storage */ 117 #define CSR57 0x3900 /* Temporary Storage */ [all …]
|
/linux-6.14.4/lib/crypto/mpi/ |
D | mpi-div.c | 26 * preliminary calculated. We have to copy it to temporary space if it's in mpi_fdiv_r() 49 /* If den == quot, den needs temporary storage. 50 * If den == rem, den needs temporary storage. 51 * If num == quot, num needs temporary storage. 52 * If den has temporary storage, it can be normalized while being copied, 137 if (qp == np) { /* Copy NP object to temporary space. */ in mpi_tdiv_qr() 157 * the most significant word. Use temporary storage not to clobber in mpi_tdiv_qr() 178 * temporary space if it overlaps with the quotient or remainder. in mpi_tdiv_qr()
|
D | mpi-mul.c | 61 /* W and U are identical. Allocate temporary space for U. */ in mpi_mul() 68 /* Copy to the temporary space. */ in mpi_mul() 71 /* W and V are identical. Allocate temporary space for V. */ in mpi_mul() 75 /* Copy to the temporary space. */ in mpi_mul()
|
/linux-6.14.4/Documentation/mm/ |
D | highmem.rst | 15 at all times. This means the kernel needs to start using temporary mappings of 40 temporary maps to access the rest of the physical memory - the actual direct 48 Temporary Virtual Mappings 51 The kernel contains several ways of creating temporary mappings. The following 168 Cost of Temporary Mappings 171 The cost of creating temporary mappings can be quite high. The arch has to 179 If CONFIG_MMU is not set, then there can be no temporary mappings and no
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/ |
D | ia_css_control.h | 55 * @deprecated{This is a temporary function that allows drivers to migrate to 68 * Temporary function to poll whether the ISP has been started. Once it has, 77 * Temporary function to poll whether the SP has been initialized. Once it has, 86 * Temporary function to poll whether the SP has been terminated. Once it has,
|
/linux-6.14.4/drivers/crypto/caam/ |
D | pdb.h | 477 u8 *tmp; /* temporary data block */ 545 * @tmp1_dma: dma address of temporary buffer. CAAM uses this temporary buffer 547 * @tmp2_dma: dma address of temporary buffer. CAAM uses this temporary buffer 577 * @tmp1_dma: dma address of temporary buffer. CAAM uses this temporary buffer 579 * @tmp2_dma: dma address of temporary buffer. CAAM uses this temporary buffer
|
/linux-6.14.4/arch/m68k/fpsp040/ |
D | fpsp.h | 100 .set FP_SCR1,LV+76 | room for a temporary float value 101 .set FP_SCR2,LV+92 | room for a temporary float value 102 .set L_SCR1,LV+108 | room for a temporary long value 103 .set L_SCR2,LV+112 | room for a temporary long value 109 .set UFLG_TMP,LV+121 | temporary for uflag errata 112 .set L_SCR3,LV+124 | room for a temporary long value 113 .set FP_SCR3,LV+128 | room for a temporary float value 114 .set FP_SCR4,LV+144 | room for a temporary float value 115 .set FP_SCR5,LV+160 | room for a temporary float value
|
/linux-6.14.4/Documentation/admin-guide/cgroup-v1/ |
D | pids.rst | 65 sh: fork: Resource temporary unavailable 80 sh: fork: Resource temporary unavailable 89 sh: fork: Resource temporary unavailable 92 sh: fork: Resource temporary unavailable
|
/linux-6.14.4/drivers/media/dvb-frontends/ |
D | stv0367.c | 1498 u32 Errors = 0, tber = 0, temporary = 0; in stv0367ter_read_ber() local 1523 temporary = (Errors * 1000000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1525 temporary = (Errors * 100000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1526 temporary = temporary * 10; in stv0367ter_read_ber() 1528 temporary = (Errors * 10000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1529 temporary = temporary * 100; in stv0367ter_read_ber() 1531 temporary = (Errors * 1000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1532 temporary = temporary * 1000; in stv0367ter_read_ber() 1534 temporary = (Errors * 100000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1535 temporary = temporary * 10000; in stv0367ter_read_ber() [all …]
|
/linux-6.14.4/arch/mips/net/ |
D | bpf_jit_comp.h | 34 #define MIPS_R_T4 12 /* Temporary */ 35 #define MIPS_R_T5 13 /* Temporary */ 36 #define MIPS_R_T6 14 /* Temporary */ 37 #define MIPS_R_T7 15 /* Temporary */ 46 #define MIPS_R_T8 24 /* Temporary */ 47 #define MIPS_R_T9 25 /* Temporary */
|
/linux-6.14.4/Documentation/arch/parisc/ |
D | registers.rst | 36 CR31 (TR 7) Temporary register, used in various places 43 SR0 temporary space register 45 SR1 temporary space register 54 SR0 temporary space register 55 SR1 temporary space register 132 these are generally regarded as temporary registers.
|
/linux-6.14.4/tools/testing/selftests/tmpfs/ |
D | bug-link-o-tmpfile.c | 61 ksft_exit_fail_msg("openat() error: Open first temporary file: Fail %d\n", errno); in main() 65 ksft_exit_fail_msg("linkat() error: Linking the temporary file: Fail %d\n", errno); in main() 73 ksft_exit_fail_msg("openat() error: Opening the second temporary file: Fail %d\n", errno); in main()
|
/linux-6.14.4/arch/alpha/include/uapi/asm/ |
D | regdef.h | 7 #define t0 $1 /* temporary registers (caller-saved) */ 40 #define AT $at /* assembler temporary */
|
/linux-6.14.4/arch/riscv/kernel/ |
D | hibernate-asm.S | 42 * a1: satp of temporary page tables. 57 * It first switches to the temporary page table, then starts to copy the pages
|
/linux-6.14.4/include/linux/ |
D | livepatch.h | 37 * @nop: temporary patch to use the original code again; dyn. allocated 45 * patched=0 transition=1: unpatched, temporary starting state 53 * patched=0 transition=1: unpatched, temporary ending state 114 * @dynamic: temporary object for nop functions; dynamically allocated
|
/linux-6.14.4/arch/sparc/net/ |
D | bpf_jit_32.h | 6 * %g1 : temporary 7 * %g2 : Secondary temporary used by SKB data helper stubs.
|
/linux-6.14.4/Documentation/scsi/ |
D | sd-parameters.rst | 25 "temporary " to the cache type string. E.g.:: 27 # echo "temporary write back" > cache_type
|
/linux-6.14.4/arch/x86/include/asm/ |
D | fixmap.h | 102 FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */ 121 * 512 temporary boot-time mappings, used by early_ioremap(), 180 * by these routines are intended to be used as temporary mappings.
|