Home
last modified time | relevance | path

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

/linux-6.12.1/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.c49 struct path user_path; member
59 return &backing_file(f)->user_path; in backing_file_user_path()
/linux-6.12.1/include/linux/
Dbacking-file.h22 struct file *backing_file_open(const struct path *user_path, int flags,
25 struct file *backing_tmpfile_open(const struct path *user_path, int flags,