Searched refs:ext4_fallocate (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | file.c | 932 .fallocate = ext4_fallocate,
|
H A D | ext4.h | 3573 extern long ext4_fallocate(struct file *file, int mode, loff_t offset,
|
H A D | extents.c | 4683 long ext4_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in ext4_fallocate() function
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | file.c | 948 .fallocate = ext4_fallocate,
|
H A D | ext4.h | 3677 extern long ext4_fallocate(struct file *file, int mode, loff_t offset,
|
H A D | extents.c | 4704 long ext4_fallocate(struct file *file, int mode, loff_t offset, loff_t len) in ext4_fallocate() function
|
Completed in 30 milliseconds