Home
last modified time | relevance | path

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

/linux-4.1.27/fs/overlayfs/
Dreaddir.c48 struct ovl_dir_file { struct
173 static void ovl_cache_put(struct ovl_dir_file *od, struct dentry *dentry) in ovl_cache_put()
269 struct ovl_dir_file *od = file->private_data; in ovl_dir_reset()
317 static void ovl_seek_cursor(struct ovl_dir_file *od, loff_t pos) in ovl_seek_cursor()
365 struct ovl_dir_file *od = file->private_data; in ovl_iterate()
400 struct ovl_dir_file *od = file->private_data; in ovl_dir_llseek()
440 struct ovl_dir_file *od = file->private_data; in ovl_dir_fsync()
479 struct ovl_dir_file *od = file->private_data; in ovl_dir_release()
498 struct ovl_dir_file *od; in ovl_dir_open()
501 od = kzalloc(sizeof(struct ovl_dir_file), GFP_KERNEL); in ovl_dir_open()