Home
last modified time | relevance | path

Searched refs:user_path (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/fs/
Dbacking-file.c32 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_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_user_path(f) = *user_path; in backing_tmpfile_open()
Dfile_table.c50 struct path user_path; member
62 return &backing_file(f)->user_path; in backing_file_user_path()
/linux-6.14.4/include/linux/
Dbacking-file.h21 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,