Searched refs:FMODE_LSEEK (Results 1 – 8 of 8) sorted by relevance
216 FMODE_LSEEK | FMODE_PREAD)); in papr_rtas_setup_file_interface()
339 FMODE_LSEEK | FMODE_PREAD)); in papr_platform_dump_create_handle()
266 FMODE_CAN_WRITE | FMODE_LSEEK; in io_create_mock_file()
477 file->f_mode &= ~FMODE_LSEEK; in proc_reg_open()
296 if (old_file->f_mode & FMODE_LSEEK) in ovl_copy_up_file()
1230 if (file->f_mode & FMODE_LSEEK) { in __dump_skip()
1038 if (unlikely(!(in->f_mode & FMODE_LSEEK))) in splice_direct_to_actor()
112 #define FMODE_LSEEK ((__force fmode_t)(1 << 2)) macro