Home
last modified time | relevance | path

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

/linux-6.15/fs/overlayfs/
H A Dfile.c92 struct ovl_file { struct
97 struct ovl_file *ovl_file_alloc(struct file *realfile) in ovl_file_alloc() argument
99 struct ovl_file *of = kzalloc(sizeof(struct ovl_file), GFP_KERNEL); in ovl_file_alloc()
108 void ovl_file_free(struct ovl_file *of) in ovl_file_free()
125 struct ovl_file *of = file->private_data; in ovl_real_file_path()
203 struct ovl_file *of; in ovl_open()
481 struct ovl_file *of = file->private_data; in ovl_mmap()
H A Doverlayfs.h855 struct ovl_file;
856 struct ovl_file *ovl_file_alloc(struct file *realfile);
857 void ovl_file_free(struct ovl_file *of);
H A Ddir.c1298 struct ovl_file *of; in ovl_create_tmpfile()