Home
last modified time | relevance | path

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

/linux/fs/
H A Dfile_table.c60 struct path *backing_file_user_path(struct file *f) in backing_file_user_path() function
64 EXPORT_SYMBOL_GPL(backing_file_user_path);
73 path_put(backing_file_user_path(f)); in file_free()
H A Dinternal.h109 mnt_put_write_access(backing_file_user_path(file)->mnt); in file_put_write_access()
H A Dopen.c877 error = mnt_get_write_access(backing_file_user_path(f)->mnt); in file_get_write_access()
/linux/include/linux/
H A Dfs.h2756 struct path *backing_file_user_path(struct file *f);
2771 return backing_file_user_path(f); in file_user_path()
2778 return d_inode(backing_file_user_path(f)->dentry); in file_user_inode()