Home
last modified time | relevance | path

Searched full:temporary (Results 1 – 25 of 919) sorted by relevance

12345678910>>...37

/linux/fs/xfs/scrub/
H A Dtempfile.c35 * 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 …]
H A Dsymlink_repair.c49 * 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()
H A Drtsummary_repair.c50 * should cover the preallocation of the temporary file and exchanging in xrep_setup_rtsummary()
134 * Try to take ILOCK_EXCL of the temporary file. We had better be the in xrep_rtsummary()
165 * Now exchange the contents. Nothing in repair uses the temporary in xrep_rtsummary()
/linux/tools/testing/selftests/net/
H A Dsk_so_peek_off.c30 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/drivers/net/ethernet/amd/
H A Dariadne.h108 #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/arch/xtensa/mm/
H A Dmisc.S97 * 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/lib/crypto/mpi/
H A Dmpi-div.c26 * 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()
H A Dmpi-mul.c61 /* 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/Documentation/mm/
H A Dhighmem.rst15 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/drivers/media/dvb-frontends/
H A Dstv0367.c1498 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/drivers/crypto/caam/
H A Dpdb.h477 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/arch/m68k/fpsp040/
H A Dfpsp.h100 .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/Documentation/admin-guide/cgroup-v1/
H A Dpids.rst65 sh: fork: Resource temporary unavailable
80 sh: fork: Resource temporary unavailable
89 sh: fork: Resource temporary unavailable
92 sh: fork: Resource temporary unavailable
/linux/arch/mips/net/
H A Dbpf_jit_comp.h34 #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/Documentation/arch/parisc/
H A Dregisters.rst36 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/arch/alpha/include/uapi/asm/
H A Dregdef.h7 #define t0 $1 /* temporary registers (caller-saved) */
40 #define AT $at /* assembler temporary */
/linux/include/linux/
H A Dlivepatch.h37 * @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/arch/riscv/kernel/
H A Dhibernate-asm.S42 * a1: satp of temporary page tables.
57 * It first switches to the temporary page table, then starts to copy the pages
/linux/arch/sparc/net/
H A Dbpf_jit_32.h6 * %g1 : temporary
7 * %g2 : Secondary temporary used by SKB data helper stubs.
/linux/Documentation/scsi/
H A Dsd-parameters.rst25 "temporary " to the cache type string. E.g.::
27 # echo "temporary write back" > cache_type
/linux/tools/testing/selftests/mincore/
H A Dmincore_selftest.c212 TH_LOG("Can't create temporary file: %s", in TEST()
221 TH_LOG("Error allocating space for the temporary file: %s", in TEST()
311 TH_LOG("Can't create temporary file: %s", in TEST()
317 TH_LOG("Error allocating space for the temporary file: %s", in TEST()
/linux/lib/raid6/
H A Drecov_neon.c35 * Use the dead data pages as temporary storage for in raid6_2data_recov_neon()
74 * Use the dead data page as temporary storage for delta q in raid6_datap_recov_neon()
/linux/Documentation/driver-api/
H A Dio-mapping.rst28 or long term, depending on the requirements. Of course, temporary maps are
46 Temporary mappings are only valid in the context of the caller. The mapping
/linux/crypto/async_tx/
H A Dasync_pq.c169 * PAGE_SIZE as a temporary buffer of this size is used in the
288 * @spare: temporary result buffer for the synchronous case
294 * requires a temporary result buffer and submit->scribble to be
387 /* caller must provide a temporary result buffer and in async_syndrome_val()
395 /* recompute p and/or q into the temporary buffer and then in async_syndrome_val()
/linux/tools/include/linux/
H A Dlist.h433 * @n: another &struct list_head to use as temporary storage
443 * @n: another &struct list_head to use as temporary storage
527 * @n: another type * to use as temporary storage
540 * @n: another type * to use as temporary storage
556 * @n: another type * to use as temporary storage
571 * @n: another type * to use as temporary storage
587 * @n: temporary storage used in list_for_each_entry_safe
752 * @n: another &struct hlist_node to use as temporary storage

12345678910>>...37