Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_io.c590 fio->fi_mode == CL_FSYNC_DISCARD); in osc_io_fsync_start()
595 if (fio->fi_mode == CL_FSYNC_ALL) { in osc_io_fsync_start()
623 if (fio->fi_mode == CL_FSYNC_LOCAL) { in osc_io_fsync_end()
625 } else if (fio->fi_mode == CL_FSYNC_ALL) { in osc_io_fsync_end()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_io.c116 io->u.ci_fsync.fi_mode = parent->u.ci_fsync.fi_mode; in lov_io_sub_inherit()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h2360 enum cl_fsync_mode fi_mode; member
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c2610 fio->fi_mode = mode; in cl_sync_file_range()