Searched refs:ext4_prealloc_space (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/fs/ext4/ |
D | mballoc.h | 116 struct ext4_prealloc_space { struct 196 struct ext4_prealloc_space *ac_pa;
|
D | mballoc.c | 750 struct ext4_prealloc_space *pa; in __mb_check_buddy() 751 pa = list_entry(cur, struct ext4_prealloc_space, pa_group_list); in __mb_check_buddy() 3528 struct ext4_prealloc_space *pa; in ext4_mb_cleanup_pa() 3533 pa = list_entry(cur, struct ext4_prealloc_space, pa_group_list); in ext4_mb_cleanup_pa() 3730 ext4_pspace_cachep = KMEM_CACHE(ext4_prealloc_space, in ext4_init_mballoc() 4001 struct ext4_prealloc_space *pa; in ext4_mb_normalize_request() 4217 struct ext4_prealloc_space *pa = ac->ac_pa; in ext4_discard_allocated_blocks() 4249 struct ext4_prealloc_space *pa) in ext4_mb_use_inode_pa() 4279 struct ext4_prealloc_space *pa) in ext4_mb_use_group_pa() 4306 static struct ext4_prealloc_space * [all …]
|
/Linux-v5.15/include/trace/events/ |
D | ext4.h | 14 struct ext4_prealloc_space; 666 struct ext4_prealloc_space *pa), 696 struct ext4_prealloc_space *pa), 704 struct ext4_prealloc_space *pa), 710 TP_PROTO(struct ext4_prealloc_space *pa, 737 TP_PROTO(struct super_block *sb, struct ext4_prealloc_space *pa),
|
/Linux-v5.15/Documentation/admin-guide/ |
D | ext4.rst | 493 The maximum length of per-inode ext4_prealloc_space list.
|