Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dfile_table.c57 struct path *backing_file_user_path(struct file *f) in backing_file_user_path() function
61 EXPORT_SYMBOL_GPL(backing_file_user_path);
70 path_put(backing_file_user_path(f)); in file_free()
Dbacking-file.c44 *backing_file_user_path(f) = *user_path; in backing_file_open()
68 *backing_file_user_path(f) = *user_path; in backing_tmpfile_open()
Dinternal.h109 mnt_put_write_access(backing_file_user_path(file)->mnt); in file_put_write_access()
Dopen.c894 error = mnt_get_write_access(backing_file_user_path(f)->mnt); in file_get_write_access()
/linux-6.12.1/include/linux/
Dfs.h2733 struct path *backing_file_user_path(struct file *f);
2748 return backing_file_user_path(f); in file_user_path()
2755 return d_inode(backing_file_user_path(f)->dentry); in file_user_inode()