Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c1358 #define FFS_MASK ~(FFS_ASYNC_READ|FFS_ASYNC_WRITE|FFS_ISREG) macro
6828 return (struct file *) (slot->file_ptr & FFS_MASK); in io_file_from_index()
6854 file = (struct file *) (file_ptr & FFS_MASK); in io_file_get_fixed()
6855 file_ptr &= ~FFS_MASK; in io_file_get_fixed()
8381 old_file = (struct file *)(file_slot->file_ptr & FFS_MASK); in io_install_fixed_file()
8433 file = (struct file *)(file_slot->file_ptr & FFS_MASK); in io_close_fixed()
8483 file = (struct file *)(file_slot->file_ptr & FFS_MASK); in __io_sqe_files_update()