Searched refs:user_path (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ |
H A D | backing-file.c | 32 struct file *backing_file_open(const struct path *user_path, int flags, in backing_file_open() argument 43 path_get(user_path); in backing_file_open() 44 backing_file_set_user_path(f, user_path); in backing_file_open() 55 struct file *backing_tmpfile_open(const struct path *user_path, int flags, in backing_tmpfile_open() argument 67 path_get(user_path); in backing_tmpfile_open() 68 backing_file_set_user_path(f, user_path); in backing_tmpfile_open()
|
H A D | file_table.c | 50 struct path user_path; member 59 return &backing_file(f)->user_path; in backing_file_user_path() 65 backing_file(f)->user_path = *path; in backing_file_set_user_path()
|
/linux/include/linux/ |
H A D | backing-file.h | 21 struct file *backing_file_open(const struct path *user_path, int flags, 24 struct file *backing_tmpfile_open(const struct path *user_path, int flags,
|