Home
last modified time | relevance | path

Searched refs:fallocate64 (Results 1 - 4 of 4) sorted by relevance

/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_fallocate64.c67 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 Dvfs_force_umount.c350 .fallocate64 = ErrorFopFallocate64,
/kernel/liteos_a/syscall/
H A Dfs_syscall.c2097 ret = fallocate64(fd, mode, offset, len); in SysFallocate64()
/kernel/liteos_a/fs/fat/os_adapt/
H A Dfatfs.c2454 .fallocate64 = fatfs_fallocate64,

Completed in 7 milliseconds