Searched refs:fd_flags (Results 1 – 1 of 1) sorted by relevance
28 unsigned fd_flags = O_CLOEXEC; in bch2_run_thread_with_file() local31 fd_flags |= O_RDWR; in bch2_run_thread_with_file()33 fd_flags |= O_RDONLY; in bch2_run_thread_with_file()35 fd_flags |= O_WRONLY; in bch2_run_thread_with_file()46 ret = get_unused_fd_flags(fd_flags); in bch2_run_thread_with_file()51 file = anon_inode_getfile(name, fops, thr, fd_flags); in bch2_run_thread_with_file()
Completed in 3 milliseconds