Lines Matching refs:ext2_file
21 K_MEM_SLAB_DEFINE(file_struct_slab, sizeof(struct ext2_file), CONFIG_EXT2_MAX_FILES,
29 struct ext2_file *file; in ext2_open()
118 struct ext2_file *f = filp->filep; in ext2_close()
138 struct ext2_file *f = filp->filep; in ext2_read()
155 struct ext2_file *f = filp->filep; in ext2_write()
177 struct ext2_file *f = filp->filep; in ext2_lseek()
207 struct ext2_file *f = filp->filep; in ext2_tell()
214 struct ext2_file *f = filp->filep; in ext2_truncate()
230 struct ext2_file *f = filp->filep; in ext2_sync()
292 struct ext2_file *dir; in ext2_opendir()
338 struct ext2_file *dir = dirp->dirp; in ext2_readdir()
350 struct ext2_file *dir = dirp->dirp; in ext2_closedir()
602 struct ext2_file dir = {.f_inode = parent, .f_off = offset}; in ext2_stat()