Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h1034 obd->obd_name, &obd->obd_osfs, obd->obd_osfs_age, max_age); in obd_statfs_async()
1035 if (cfs_time_before_64(obd->obd_osfs_age, max_age)) { in obd_statfs_async()
1091 obd->obd_osfs_age, max_age); in obd_statfs()
1092 if (cfs_time_before_64(obd->obd_osfs_age, max_age)) { in obd_statfs()
1097 obd->obd_osfs_age = cfs_time_current_64(); in obd_statfs()
Dobd.h764 __u64 obd_osfs_age; member
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_request.c571 obd->obd_osfs_age = cfs_time_current_64(); in lov_fini_statfs()
683 tgtobd->obd_osfs_age = cfs_time_current_64(); in cb_statfs_update()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c234 obd->obd_osfs_age = cfs_time_shift_64(-1000); in class_attach()