Home
last modified time | relevance | path

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

/linux-6.3-rc2/io_uring/
A Dfiletable.h10 #define FFS_MASK ~(FFS_NOWAIT|FFS_ISREG) macro
51 return (struct file *) (slot->file_ptr & FFS_MASK); in io_file_from_index()
A 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()
A Dmsg_ring.c172 file = (struct file *) (file_ptr & FFS_MASK); in io_msg_grab_file()
A Dcancel.c225 cd->file = (struct file *) (file_ptr & FFS_MASK); in __io_sync_cancel()
A Drsrc.c485 file = (struct file *)(file_slot->file_ptr & FFS_MASK); in __io_sqe_files_update()
A Dio_uring.c2023 file = (struct file *) (file_ptr & FFS_MASK); in io_file_get_fixed()
2024 file_ptr &= ~FFS_MASK; in io_file_get_fixed()

Completed in 16 milliseconds