Searched defs:max_age (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/lustre/lustre/llite/
H A Dllite_lib.c1571 __u64 max_age, __u32 flags)
1577 rc = obd_statfs(NULL, sbi->ll_md_exp, osfs, max_age, flags);
1592 rc = obd_statfs_rqset(sbi->ll_dt_exp, &obd_osfs, max_age, flags);
1570 ll_statfs_internal(struct super_block *sb, struct obd_statfs *osfs, __u64 max_age, __u32 flags) argument
/drivers/md/
H A Ddm-bufio.c1690 unsigned long max_age = ACCESS_ONCE(dm_bufio_max_age); local
1693 if (max_age > ULONG_MAX / HZ)
1694 max_age = ULONG_MAX / HZ;
1705 if (!__cleanup_old_buffer(b, 0, max_age * HZ))
/drivers/staging/lustre/lustre/lmv/
H A Dlmv_obd.c1432 struct obd_statfs *osfs, __u64 max_age, __u32 flags)
1453 max_age, flags);
1431 lmv_statfs(const struct lu_env *env, struct obd_export *exp, struct obd_statfs *osfs, __u64 max_age, __u32 flags) argument
/drivers/staging/lustre/lustre/lov/
H A Dlov_obd.c1339 __u64 max_age, struct ptlrpc_request_set *rqset)
1359 &req->rq_oi, max_age, rqset);
1379 struct obd_statfs *osfs, __u64 max_age, __u32 flags)
1393 rc = lov_statfs_async(exp, &oinfo, max_age, set);
1338 lov_statfs_async(struct obd_export *exp, struct obd_info *oinfo, __u64 max_age, struct ptlrpc_request_set *rqset) argument
1378 lov_statfs(const struct lu_env *env, struct obd_export *exp, struct obd_statfs *osfs, __u64 max_age, __u32 flags) argument
/drivers/staging/lustre/lustre/mdc/
H A Dmdc_request.c1132 __u64 max_age, __u32 flags)
1130 mdc_statfs(const struct lu_env *env, struct obd_export *exp, struct obd_statfs *osfs, __u64 max_age, __u32 flags) argument
/drivers/staging/lustre/lustre/include/
H A Dobd_class.h1093 /* @max_age is the oldest time in jiffies that we accept using a cached data.
1094 * If the cache is older than @max_age we will get a new value from the
1098 __u64 max_age,
1111 CDEBUG(D_SUPER, "%s: osfs %p age %llu, max_age %llu\n",
1112 obd->obd_name, &obd->obd_osfs, obd->obd_osfs_age, max_age);
1113 if (cfs_time_before_64(obd->obd_osfs_age, max_age)) {
1114 rc = OBP(obd, statfs_async)(exp, oinfo, max_age, rqset);
1132 struct obd_statfs *osfs, __u64 max_age,
1145 rc = obd_statfs_async(exp, &oinfo, max_age, set);
1152 /* @max_age i
1096 obd_statfs_async(struct obd_export *exp, struct obd_info *oinfo, __u64 max_age, struct ptlrpc_request_set *rqset) argument
1131 obd_statfs_rqset(struct obd_export *exp, struct obd_statfs *osfs, __u64 max_age, __u32 flags) argument
1155 obd_statfs(const struct lu_env *env, struct obd_export *exp, struct obd_statfs *osfs, __u64 max_age, __u32 flags) argument
[all...]
/drivers/staging/lustre/lustre/osc/
H A Dosc_request.c2482 struct obd_info *oinfo, __u64 max_age,
2490 /* We could possibly pass max_age in the request (as an absolute
2525 struct obd_statfs *osfs, __u64 max_age, __u32 flags)
2542 /* We could possibly pass max_age in the request (as an absolute
2481 osc_statfs_async(struct obd_export *exp, struct obd_info *oinfo, __u64 max_age, struct ptlrpc_request_set *rqset) argument
2524 osc_statfs(const struct lu_env *env, struct obd_export *exp, struct obd_statfs *osfs, __u64 max_age, __u32 flags) argument

Completed in 1629 milliseconds