Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dfiletable.h44 #define FFS_MASK ~(FFS_NOWAIT|FFS_ISREG) macro
48 return (slot->file_ptr & ~FFS_MASK) << REQ_F_SUPPORT_NOWAIT_BIT; in io_slot_flags()
53 return (struct file *)(slot->file_ptr & FFS_MASK); in io_slot_file()