Home
last modified time | relevance | path

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

/fs/
A Dfhandle.c277 unsigned int o_flags) in may_decode_fh() argument
305 if (!(o_flags & O_DIRECTORY)) in may_decode_fh()
327 struct path *path, unsigned int o_flags) in handle_to_path() argument
352 retval = eops->permission(&ctx, o_flags); in handle_to_path()
354 retval = may_decode_fh(&ctx, o_flags); in handle_to_path()
A Dfsopen.c86 static int fscontext_create_fd(struct fs_context *fc, unsigned int o_flags) in fscontext_create_fd() argument
91 O_RDWR | o_flags); in fscontext_create_fd()
A Dfile.c1355 int receive_fd(struct file *file, int __user *ufd, unsigned int o_flags) in receive_fd() argument
1364 new_fd = get_unused_fd_flags(o_flags); in receive_fd()
1382 int receive_fd_replace(int new_fd, struct file *file, unsigned int o_flags) in receive_fd_replace() argument
1389 error = replace_fd(new_fd, file, o_flags); in receive_fd_replace()

Completed in 7 milliseconds