Searched refs:fallocate64 (Results 1 - 4 of 4) sorted by relevance
/kernel/liteos_a/fs/vfs/operation/ |
H A D | vfs_fallocate64.c | 67 if (!filep->ops || !filep->ops->fallocate64) {
in file_fallocate64() 74 ret = filep->ops->fallocate64(filep, mode, offset, len);
in file_fallocate64() 108 int fallocate64(int fd, int mode, off64_t offset, off64_t len)
in fallocate64() function
|
H A D | vfs_force_umount.c | 350 .fallocate64 = ErrorFopFallocate64,
|
/kernel/liteos_a/syscall/ |
H A D | fs_syscall.c | 2097 ret = fallocate64(fd, mode, offset, len); in SysFallocate64()
|
/kernel/liteos_a/fs/fat/os_adapt/ |
H A D | fatfs.c | 2454 .fallocate64 = fatfs_fallocate64,
|
Completed in 10 milliseconds