Home
last modified time | relevance | path

Searched refs:max_age (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/lustre/lustre/include/
Dobd_class.h1020 __u64 max_age, in obd_statfs_async() argument
1034 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()
1036 rc = OBP(obd, statfs_async)(exp, oinfo, max_age, rqset); in obd_statfs_async()
1054 struct obd_statfs *osfs, __u64 max_age, in obd_statfs_rqset() argument
1067 rc = obd_statfs_async(exp, &oinfo, max_age, set); in obd_statfs_rqset()
1078 struct obd_statfs *osfs, __u64 max_age, in obd_statfs() argument
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()
1093 rc = OBP(obd, statfs)(env, exp, osfs, max_age, flags); in obd_statfs()
Dobd.h1016 struct obd_statfs *osfs, __u64 max_age, __u32 flags);
1018 __u64 max_age, struct ptlrpc_request_set *set);
/drivers/md/
Ddm-bufio.c1747 unsigned max_age = ACCESS_ONCE(dm_bufio_max_age); in get_max_age_hz() local
1749 if (max_age > UINT_MAX / HZ) in get_max_age_hz()
1750 max_age = UINT_MAX / HZ; in get_max_age_hz()
1752 return max_age * HZ; in get_max_age_hz()
/drivers/staging/lustre/lustre/lov/
Dlov_internal.h160 void qos_statfs_update(struct obd_device *obd, __u64 max_age, int wait);
Dlov_obd.c1324 __u64 max_age, struct ptlrpc_request_set *rqset) in lov_statfs_async() argument
1344 &req->rq_oi, max_age, rqset); in lov_statfs_async()
1365 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in lov_statfs() argument
1379 rc = lov_statfs_async(exp, &oinfo, max_age, set); in lov_statfs()
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c1403 __u64 max_age, __u32 flags) in ll_statfs_internal() argument
1409 rc = obd_statfs(NULL, sbi->ll_md_exp, osfs, max_age, flags); in ll_statfs_internal()
1424 rc = obd_statfs_rqset(sbi->ll_dt_exp, &obd_osfs, max_age, flags); in ll_statfs_internal()
Dllite_internal.h772 __u64 max_age, __u32 flags);
/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1388 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in lmv_statfs() argument
1409 max_age, flags); in lmv_statfs()
/drivers/staging/lustre/lustre/osc/
Dosc_request.c2425 struct obd_info *oinfo, __u64 max_age, in osc_statfs_async() argument
2468 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in osc_statfs() argument
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1046 __u64 max_age, __u32 flags) in mdc_statfs() argument