Home
last modified time | relevance | path

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

12345678910>>...31

/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()
192 * Temporary files have to be created before we even know which inode we're
247 * Remove this temporary file from the metadata directory tree so that it can
295 /* Take IOLOCK_EXCL on the temporary file, maybe. */
309 * Take the temporary file's IOLOCK while holding a different inode's IOLOCK.
328 /* Release IOLOCK_EXCL on the temporary file. */
[all …]
H A Dattr_repair.c53 * 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/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/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/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/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.c63 /* W and U are identical. Allocate temporary space for U. */ in mpi_mul()
70 /* Copy to the temporary space. */ in mpi_mul()
73 /* W and V are identical. Allocate temporary space for V. */ in mpi_mul()
77 /* Copy to the temporary space. */ in mpi_mul()
/linux/drivers/net/ovpn/
H A Dcrypto_aead.c41 * ovpn_aead_crypto_tmp_size - compute the size of a temporary object containing
54 * Return: the size of the temporary memory that needs to be allocated
79 * ovpn_aead_crypto_tmp_iv - retrieve the pointer to the IV within a temporary
82 * @tmp: a pointer to the beginning of the temporary buffer
85 * temporary buffer. If the AEAD cipher specifies an IV size, the pointer is
88 * Returns: a pointer to the IV within the temporary buffer
99 * within a temporary buffer allocated using
102 * @iv: a pointer to the initialization vector in the temporary buffer
105 * immediately follows the IV in the temporary buffer and it ensures the request
119 * within a temporary buffer allocated using
[all …]
/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/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/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/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/tools/testing/selftests/tmpfs/
H A Dbug-link-o-tmpfile.c61 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/include/linux/
H A Dlivepatch.h38 * @nop: temporary patch to use the original code again; dyn. allocated
46 * patched=0 transition=1: unpatched, temporary starting state
54 * patched=0 transition=1: unpatched, temporary ending state
91 * @dynamic: temporary object for nop functions; dynamically allocated
/linux/arch/alpha/include/uapi/asm/
H A Dregdef.h7 #define t0 $1 /* temporary registers (caller-saved) */
40 #define AT $at /* assembler temporary */
/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/Documentation/translations/zh_CN/scsi/
H A Dsd-parameters.rst36 添加“temporary ”。例如::
38 # echo "temporary write back" > cache_type
/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/kernel/
H A Dgen_kheaders.sh37 # Use a temporary file to store directory contents to prevent find/xargs from
38 # seeing temporary files created by perl.
/linux/drivers/gpu/drm/xe/
H A Dxe_bo_evict.c113 * Evict == move VRAM BOs to temporary (typically system) memory.
155 * Evict == move VRAM BOs to temporary (typically system) memory.
220 * Move kernel BOs from temporary (typically system) memory to VRAM via CPU. All
238 * Move pinned user and kernel BOs which can use blitter from temporary
/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()
319 TH_LOG("Can't create temporary file: %s", in TEST()
325 TH_LOG("Error allocating space for the temporary file: %s", in TEST()

12345678910>>...31