Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c219 unsigned long file_ptr; member
6948 return (struct file *) (slot->file_ptr & FFS_MASK); in io_file_from_index()
6953 unsigned long file_ptr = (unsigned long) file; in io_fixed_file_set() local
6956 file_ptr |= FFS_ASYNC_READ; in io_fixed_file_set()
6958 file_ptr |= FFS_ASYNC_WRITE; in io_fixed_file_set()
6960 file_ptr |= FFS_ISREG; in io_fixed_file_set()
6961 file_slot->file_ptr = file_ptr; in io_fixed_file_set()
6969 unsigned long file_ptr; in io_file_get_fixed() local
6976 file_ptr = io_fixed_file_slot(&ctx->file_table, fd)->file_ptr; in io_file_get_fixed()
6977 file = (struct file *) (file_ptr & FFS_MASK); in io_file_get_fixed()
[all …]