Lines Matching refs:ovl_dir_file
55 struct ovl_dir_file { struct
241 static void ovl_cache_put(struct ovl_dir_file *od, struct dentry *dentry) in ovl_cache_put()
339 struct ovl_dir_file *od = file->private_data; in ovl_dir_reset()
394 static void ovl_seek_cursor(struct ovl_dir_file *od, loff_t pos) in ovl_seek_cursor()
673 struct ovl_dir_file *od = file->private_data; in ovl_is_impure_dir()
689 struct ovl_dir_file *od = file->private_data; in ovl_iterate_real()
729 struct ovl_dir_file *od = file->private_data; in ovl_iterate()
783 struct ovl_dir_file *od = file->private_data; in ovl_dir_llseek()
823 struct ovl_dir_file *od = file->private_data; in ovl_dir_fsync()
866 struct ovl_dir_file *od = file->private_data; in ovl_dir_release()
885 struct ovl_dir_file *od; in ovl_dir_open()
888 od = kzalloc(sizeof(struct ovl_dir_file), GFP_KERNEL); in ovl_dir_open()