Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c1399 #define FFS_MASK ~(FFS_ASYNC_READ|FFS_ASYNC_WRITE|FFS_ISREG) macro
7111 return (struct file *) (slot->file_ptr & FFS_MASK); in io_file_from_index()
7140 file = (struct file *) (file_ptr & FFS_MASK); in io_file_get_fixed()
7141 file_ptr &= ~FFS_MASK; in io_file_get_fixed()
8679 old_file = (struct file *)(file_slot->file_ptr & FFS_MASK); in io_install_fixed_file()
8725 file = (struct file *)(file_slot->file_ptr & FFS_MASK); in io_close_fixed()
8775 file = (struct file *)(file_slot->file_ptr & FFS_MASK); in __io_sqe_files_update()