/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 1098 __u64 max_age, in obd_statfs_async() argument 1112 obd->obd_name, &obd->obd_osfs, obd->obd_osfs_age, max_age); in obd_statfs_async() 1113 if (cfs_time_before_64(obd->obd_osfs_age, max_age)) { in obd_statfs_async() 1114 rc = OBP(obd, statfs_async)(exp, oinfo, max_age, rqset); in obd_statfs_async() 1132 struct obd_statfs *osfs, __u64 max_age, in obd_statfs_rqset() argument 1145 rc = obd_statfs_async(exp, &oinfo, max_age, set); in obd_statfs_rqset() 1156 struct obd_statfs *osfs, __u64 max_age, in obd_statfs() argument 1169 obd->obd_osfs_age, max_age); in obd_statfs() 1170 if (cfs_time_before_64(obd->obd_osfs_age, max_age)) { in obd_statfs() 1171 rc = OBP(obd, statfs)(env, exp, osfs, max_age, flags); in obd_statfs()
|
D | obd.h | 1153 struct obd_statfs *osfs, __u64 max_age, __u32 flags); 1155 __u64 max_age, struct ptlrpc_request_set *set);
|
/drivers/md/ |
D | dm-bufio.c | 1722 unsigned long max_age = ACCESS_ONCE(dm_bufio_max_age); in cleanup_old_buffers() local 1725 if (max_age > ULONG_MAX / HZ) in cleanup_old_buffers() 1726 max_age = ULONG_MAX / HZ; in cleanup_old_buffers() 1737 if (!__cleanup_old_buffer(b, 0, max_age * HZ)) in cleanup_old_buffers()
|
/drivers/staging/lustre/lustre/lov/ |
D | lov_internal.h | 197 void qos_statfs_update(struct obd_device *obd, __u64 max_age, int wait);
|
D | lov_obd.c | 1339 __u64 max_age, struct ptlrpc_request_set *rqset) in lov_statfs_async() argument 1359 &req->rq_oi, max_age, rqset); in lov_statfs_async() 1379 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in lov_statfs() argument 1393 rc = lov_statfs_async(exp, &oinfo, max_age, set); in lov_statfs()
|
/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 1572 __u64 max_age, __u32 flags) in ll_statfs_internal() argument 1578 rc = obd_statfs(NULL, sbi->ll_md_exp, osfs, max_age, flags); in ll_statfs_internal() 1593 rc = obd_statfs_rqset(sbi->ll_dt_exp, &obd_osfs, max_age, flags); in ll_statfs_internal()
|
D | llite_internal.h | 806 __u64 max_age, __u32 flags);
|
/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 1432 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in lmv_statfs() argument 1453 max_age, flags); in lmv_statfs()
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2482 struct obd_info *oinfo, __u64 max_age, in osc_statfs_async() argument 2525 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in osc_statfs() argument
|
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1132 __u64 max_age, __u32 flags) in mdc_statfs() argument
|