Searched refs:file_ptr (Results 1 – 1 of 1) sorted by relevance
219 unsigned long file_ptr; member7111 return (struct file *) (slot->file_ptr & FFS_MASK); in io_file_from_index()7116 unsigned long file_ptr = (unsigned long) file; in io_fixed_file_set() local7119 file_ptr |= FFS_ASYNC_READ; in io_fixed_file_set()7121 file_ptr |= FFS_ASYNC_WRITE; in io_fixed_file_set()7123 file_ptr |= FFS_ISREG; in io_fixed_file_set()7124 file_slot->file_ptr = file_ptr; in io_fixed_file_set()7132 unsigned long file_ptr; in io_file_get_fixed() local7139 file_ptr = io_fixed_file_slot(&ctx->file_table, fd)->file_ptr; in io_file_get_fixed()7140 file = (struct file *) (file_ptr & FFS_MASK); in io_file_get_fixed()[all …]