/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1443 LASSERTF((int)sizeof(struct obd_statfs) == 144, "found %lld\n", in lustre_assert_wire_constants() 1444 (long long)(int)sizeof(struct obd_statfs)); in lustre_assert_wire_constants() 1445 LASSERTF((int)offsetof(struct obd_statfs, os_type) == 0, "found %lld\n", in lustre_assert_wire_constants() 1446 (long long)(int)offsetof(struct obd_statfs, os_type)); in lustre_assert_wire_constants() 1447 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_type) == 8, "found %lld\n", in lustre_assert_wire_constants() 1448 (long long)(int)sizeof(((struct obd_statfs *)0)->os_type)); in lustre_assert_wire_constants() 1449 LASSERTF((int)offsetof(struct obd_statfs, os_blocks) == 8, "found %lld\n", in lustre_assert_wire_constants() 1450 (long long)(int)offsetof(struct obd_statfs, os_blocks)); in lustre_assert_wire_constants() 1451 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_blocks) == 8, "found %lld\n", in lustre_assert_wire_constants() 1452 (long long)(int)sizeof(((struct obd_statfs *)0)->os_blocks)); in lustre_assert_wire_constants() [all …]
|
D | layout.c | 924 sizeof(struct obd_statfs), lustre_swab_obd_statfs, NULL);
|
D | pack_generic.c | 1570 void lustre_swab_obd_statfs(struct obd_statfs *os) in lustre_swab_obd_statfs()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 375 struct obd_statfs osfs; in blocksize_show() 376 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in blocksize_show() 391 struct obd_statfs osfs; in kbytestotal_show() 392 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in kbytestotal_show() 414 struct obd_statfs osfs; in kbytesfree_show() 415 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in kbytesfree_show() 437 struct obd_statfs osfs; in kbytesavail_show() 438 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in kbytesavail_show() 460 struct obd_statfs osfs; in filestotal_show() 461 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in filestotal_show() [all …]
|
D | statfs_pack.c | 49 void statfs_unpack(struct kstatfs *sfs, struct obd_statfs *osfs) in statfs_unpack()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_internal.h | 187 void lov_update_statfs(struct obd_statfs *osfs, struct obd_statfs *lov_sfs, 189 int lov_fini_statfs(struct obd_device *obd, struct obd_statfs *osfs,
|
D | lov_request.c | 558 int lov_fini_statfs(struct obd_device *obd, struct obd_statfs *osfs, in lov_fini_statfs() 594 void lov_update_statfs(struct obd_statfs *osfs, struct obd_statfs *lov_sfs, in lov_update_statfs() 655 struct obd_statfs *osfs, *lov_sfs; in cb_statfs_update()
|
D | lov_obd.c | 1365 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in lov_statfs() 1399 struct obd_statfs stat_buf = {0}; in lov_iocontrol() 1425 rc = obd_statfs(NULL, lov->lov_tgts[index]->ltd_exp, &stat_buf, in lov_iocontrol()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd.h | 158 struct obd_statfs *oi_osfs; 405 struct obd_statfs lsd_statfs; 763 struct obd_statfs obd_osfs; /* locked by obd_osfs_lock */ 1016 struct obd_statfs *osfs, __u64 max_age, __u32 flags);
|
D | lustre_lib.h | 104 void statfs_unpack(struct kstatfs *sfs, struct obd_statfs *osfs);
|
D | obd_class.h | 1054 struct obd_statfs *osfs, __u64 max_age, in obd_statfs_rqset() 1077 static inline int obd_statfs(const struct lu_env *env, struct obd_export *exp, in obd_statfs() function 1078 struct obd_statfs *osfs, __u64 max_age, in obd_statfs()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 56 struct obd_statfs osfs; in blocksize_show() 74 struct obd_statfs osfs; in kbytestotal_show() 99 struct obd_statfs osfs; in kbytesfree_show() 124 struct obd_statfs osfs; in kbytesavail_show() 149 struct obd_statfs osfs; in filestotal_show() 167 struct obd_statfs osfs; in filesfree_show()
|
D | llite_lib.c | 149 struct obd_statfs *osfs = NULL; in client_common_fill_super() 256 err = obd_statfs(NULL, sbi->ll_md_exp, osfs, in client_common_fill_super() 1402 int ll_statfs_internal(struct super_block *sb, struct obd_statfs *osfs, in ll_statfs_internal() 1406 struct obd_statfs obd_osfs; in ll_statfs_internal() 1409 rc = obd_statfs(NULL, sbi->ll_md_exp, osfs, max_age, flags); in ll_statfs_internal() 1455 struct obd_statfs osfs; in ll_statfs() 2056 data->ioc_plen1 != sizeof(struct obd_statfs) || in ll_obd_statfs()
|
D | llite_internal.h | 773 int ll_statfs_internal(struct super_block *sb, struct obd_statfs *osfs,
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_user.h | 76 struct obd_statfs { struct 215 #define IOC_OBD_STATFS _IOWR('f', 164, struct obd_statfs *)
|
D | lustre_idl.h | 1748 void lustre_swab_obd_statfs(struct obd_statfs *os);
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 883 struct obd_statfs stat_buf = {0}; in lmv_iocontrol() 904 rc = obd_statfs(NULL, lmv->tgts[index]->ltd_exp, &stat_buf, in lmv_iocontrol() 1388 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in lmv_statfs() 1392 struct obd_statfs *temp; in lmv_statfs() 1408 rc = obd_statfs(env, lmv->tgts[i]->ltd_exp, temp, in lmv_statfs()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1045 struct obd_export *exp, struct obd_statfs *osfs, in mdc_statfs() 1050 struct obd_statfs *msfs; in mdc_statfs() 1803 struct obd_statfs stat_buf = {0}; in mdc_iocontrol()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2393 struct obd_statfs *msfs; in osc_statfs_interpret() 2468 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in osc_statfs() 2471 struct obd_statfs *msfs; in osc_statfs()
|