Home
last modified time | relevance | path

Searched refs:FFS_MASK (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/io_uring/
Dfiletable.h10 #define FFS_MASK ~(FFS_NOWAIT|FFS_ISREG) macro
51 return (struct file *) (slot->file_ptr & FFS_MASK); in io_file_from_index()
Dfiletable.c85 old_file = (struct file *)(file_slot->file_ptr & FFS_MASK); in io_install_fixed_file()
165 file = (struct file *)(file_slot->file_ptr & FFS_MASK); in io_fixed_fd_remove()
Dmsg_ring.c101 src_file = (struct file *) (file_ptr & FFS_MASK); in io_msg_send_fd()
Dcancel.c225 cd->file = (struct file *) (file_ptr & FFS_MASK); in __io_sync_cancel()
Drsrc.c470 file = (struct file *)(file_slot->file_ptr & FFS_MASK); in __io_sqe_files_update()
Dio_uring.c1860 file = (struct file *) (file_ptr & FFS_MASK); in io_file_get_fixed()
1861 file_ptr &= ~FFS_MASK; in io_file_get_fixed()