Home
last modified time | relevance | path

Searched refs:preallocated (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c42 bool preallocated; member
46 .preallocated = false,
60 { "preallocated", ARG_PREALLOCATED, NULL, 0, "use preallocated hash map" },
82 args.preallocated = true; in htab_mem_parse_arg()
184 if (args.preallocated) in htab_mem_setup()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dfile.c4551 * so. Returns a positive number if blocks may have been preallocated, 0 if no
4552 * blocks were preallocated, or a negative errno value if something went
4789 int preallocated; in f2fs_file_write_iter() local
4820 preallocated = f2fs_preallocate_blocks(iocb, from, dio); in f2fs_file_write_iter()
4821 if (preallocated < 0) { in f2fs_file_write_iter()
4822 ret = preallocated; in f2fs_file_write_iter()
4837 /* Don't leave any preallocated blocks around past i_size. */ in f2fs_file_write_iter()
4838 if (preallocated && i_size_read(inode) < target_size) { in f2fs_file_write_iter()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dfile.c4156 bool preallocated = false; in f2fs_file_write_iter() local
4196 preallocated = true; in f2fs_file_write_iter()
4212 if (preallocated && i_size_read(inode) < target_size) in f2fs_file_write_iter()
/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.c168 * it describes part of inode's space preallocated to specific
169 * physical blocks. any block from that preallocated can be used
174 * must discard all preallocated blocks.
186 * - preallocated blocks (non-persistent)
1008 /* mark all preallocated blks used in in-core bitmap */ in ext4_mb_init_cache()
1744 * As we've just preallocated more space than in ext4_mb_use_best_found()
3114 "mballoc: %u preallocated, %u discarded", in ext4_mb_release()
3650 /* check we don't cross already preallocated blocks */ in ext4_mb_normalize_request()
3804 * use blocks preallocated to inode
3814 /* found preallocated block in ext4_mb_use_inode_pa()
4016 int preallocated = 0; ext4_mb_generate_from_pa() local
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.c232 * it describes part of inode's space preallocated to specific
233 * physical blocks. any block from that preallocated can be used
238 * must discard all preallocated blocks.
250 * - preallocated blocks (non-persistent)
1415 /* mark all preallocated blks used in in-core bitmap */ in ext4_mb_init_cache()
2170 * As we've just preallocated more space than in ext4_mb_use_best_found()
3823 "mballoc: %u preallocated, %u discarded", in ext4_mb_release()
4301 * existing preallocated blocks(PAs). Make sure to hold the rbtree lock in ext4_mb_pa_adjust_overlap()
4553 * [pa_pstart + fe_logical - pa_lstart, fe_len/size] from the preallocated in ext4_mb_normalize_request()
4671 * use blocks preallocated t
5003 int preallocated = 0; ext4_mb_generate_from_pa() local
[all...]

Completed in 23 milliseconds