Home
last modified time | relevance | path

Searched refs:fatfs_fallocate (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_a/fs/fat/os_adapt/
Dfatfs.h127 int fatfs_fallocate(struct file *filep, int mode, off_t offset, off_t len);
Dfatfs.c990 int fatfs_fallocate(struct file *filep, int mode, off_t offset, off_t len) in fatfs_fallocate() function
2453 .fallocate = fatfs_fallocate,