Searched refs:may_open (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 2907 static int may_open(const struct path *path, int acc_mode, int flag) in may_open() function 3312 error = may_open(&nd->path, acc_mode, open_flag); in do_open() 3388 error = may_open(&path, 0, op->open_flag); in do_tmpfile()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 3226 static int may_open(struct mnt_idmap *idmap, const struct path *path, in may_open() function 3632 error = may_open(idmap, &nd->path, acc_mode, open_flag); in do_open() 3690 error = may_open(idmap, &file->f_path, 0, file->f_flags); in vfs_tmpfile()
|
Completed in 14 milliseconds