Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h1131 obd->obd_name, &obd->obd_osfs, obd->obd_osfs_age, max_age); in obd_statfs_async()
1132 if (cfs_time_before_64(obd->obd_osfs_age, max_age)) { in obd_statfs_async()
1188 obd->obd_osfs_age, max_age); in obd_statfs()
1189 if (cfs_time_before_64(obd->obd_osfs_age, max_age)) { in obd_statfs()
1194 obd->obd_osfs_age = cfs_time_current_64(); in obd_statfs()
Dobd.h862 __u64 obd_osfs_age; member
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_request.c582 obd->obd_osfs_age = cfs_time_current_64(); in lov_fini_statfs()
695 tgtobd->obd_osfs_age = cfs_time_current_64(); in cb_statfs_update()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c393 obd->obd_osfs_age = cfs_time_shift_64(-1000); in class_attach()