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

/linux-master/fs/
H A Dfile_table.c57 struct path *backing_file_user_path(struct file *f) function
61 EXPORT_SYMBOL_GPL(backing_file_user_path); variable
70 path_put(backing_file_user_path(f));
H A Dinternal.h105 mnt_put_write_access(backing_file_user_path(file)->mnt);
H A Dbacking-file.c30 * file's path, which can be retrieved using backing_file_user_path().
44 *backing_file_user_path(f) = *user_path;
H A Dopen.c891 error = mnt_get_write_access(backing_file_user_path(f)->mnt);
/linux-master/include/linux/
H A Dfs.h2657 struct path *backing_file_user_path(struct file *f);
2672 return backing_file_user_path(f);
2679 return d_inode(backing_file_user_path(f)->dentry);

Completed in 178 milliseconds