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.c57 const struct path *backing_file_user_path(const struct file *f) in backing_file_user_path() function
61 EXPORT_SYMBOL_GPL(backing_file_user_path);
76 path_put(backing_file_user_path(f)); in file_free()
H A Dinternal.h111 mnt_put_write_access(backing_file_user_path(file)->mnt); in file_put_write_access()
H A Dopen.c890 error = mnt_get_write_access(backing_file_user_path(f)->mnt); in file_get_write_access()
/linux/include/linux/
H A Dfs.h2886 const struct path *backing_file_user_path(const struct file *f);
2901 return backing_file_user_path(f); in file_user_path()
2908 return d_inode(backing_file_user_path(f)->dentry); in file_user_inode()