Lines Matching refs:f_fsdata
166 struct file *fp = (struct file *)f->f_fsdata; in read_inode()
207 struct file *fp = (struct file *)f->f_fsdata; in block_map()
316 struct file *fp = (struct file *)f->f_fsdata; in buf_read_file()
375 struct file *fp = (struct file *)f->f_fsdata; in search_directory()
460 struct file *fp = (struct file *)f->f_fsdata; in read_gdblock()
512 f->f_fsdata = (void *)fp; in ext2fs_open()
702 struct file *fp = (struct file *)f->f_fsdata; in ext2fs_close()
704 f->f_fsdata = NULL; in ext2fs_close()
725 struct file *fp = (struct file *)f->f_fsdata; in ext2fs_read()
772 struct file *fp = (struct file *)f->f_fsdata; in ext2fs_seek()
795 struct file *fp = (struct file *)f->f_fsdata; in ext2fs_stat()
825 struct file *fp = (struct file *)f->f_fsdata; in ext2fs_ls()