Home
last modified time | relevance | path

Searched refs:fd_prepare_file (Results 1 – 12 of 12) sorted by relevance

/linux/include/linux/
H A Dfile.h158 #define fd_prepare_file(_fdf) \ macro
/linux/kernel/bpf/
H A Dtoken.c193 fd_prepare_file(fdf)->private_data = no_free_ptr(token); in bpf_token_create()
H A Dbpf_iter.c650 err = prepare_seq_file(fd_prepare_file(fdf), iter_link); in bpf_iter_new_fd()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c271 fd_prepare_file(fdf)->f_op = &spufs_context_fops; in spufs_context_open()
504 fd_prepare_file(fdf)->f_op = &spufs_gang_fops; in spufs_gang_open()
/linux/io_uring/
H A Dmock_file.c264 file = fd_prepare_file(fdf); in io_create_mock_file()
/linux/drivers/media/mc/
H A Dmc-request.c324 fd_prepare_file(fdf)->private_data = req; in media_request_alloc()
/linux/fs/xfs/
H A Dxfs_handle.c279 struct file *filp = fd_prepare_file(fdf); in xfs_open_by_handle()
/linux/drivers/misc/
H A Dntsync.c728 obj->file = fd_prepare_file(fdf); in ntsync_obj_get_fd()
/linux/fs/
H A Dfile.c1406 __receive_sock(fd_prepare_file(fdf)); in receive_fd()
H A Deventpoll.c2194 ep->file = fd_prepare_file(fdf); in do_epoll_create()
H A Duserfaultfd.c2164 fd_prepare_file(fdf)->f_mode |= FMODE_NOWAIT; in new_userfaultfd()
H A Dnamespace.c4508 fd_prepare_file(fdf)->f_mode |= FMODE_NEED_UNMOUNT; in SYSCALL_DEFINE3()
5158 struct file *file = fd_prepare_file(fdf); in SYSCALL_DEFINE5()