Searched refs:FFS_MASK (Results 1 – 1 of 1) sorted by relevance
1399 #define FFS_MASK ~(FFS_ASYNC_READ|FFS_ASYNC_WRITE|FFS_ISREG) macro6749 return (struct file *) (slot->file_ptr & FFS_MASK); in io_file_from_index()6775 file = (struct file *) (file_ptr & FFS_MASK); in io_file_get_fixed()6776 file_ptr &= ~FFS_MASK; in io_file_get_fixed()8332 old_file = (struct file *)(file_slot->file_ptr & FFS_MASK); in io_install_fixed_file()8384 file = (struct file *)(file_slot->file_ptr & FFS_MASK); in io_close_fixed()8434 file = (struct file *)(file_slot->file_ptr & FFS_MASK); in __io_sqe_files_update()