/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1445 LASSERTF((int)sizeof(struct obd_statfs) == 144, "found %lld\n", in lustre_assert_wire_constants() 1446 (long long)(int)sizeof(struct obd_statfs)); in lustre_assert_wire_constants() 1447 LASSERTF((int)offsetof(struct obd_statfs, os_type) == 0, "found %lld\n", in lustre_assert_wire_constants() 1448 (long long)(int)offsetof(struct obd_statfs, os_type)); in lustre_assert_wire_constants() 1449 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_type) == 8, "found %lld\n", in lustre_assert_wire_constants() 1450 (long long)(int)sizeof(((struct obd_statfs *)0)->os_type)); in lustre_assert_wire_constants() 1451 LASSERTF((int)offsetof(struct obd_statfs, os_blocks) == 8, "found %lld\n", in lustre_assert_wire_constants() 1452 (long long)(int)offsetof(struct obd_statfs, os_blocks)); in lustre_assert_wire_constants() 1453 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_blocks) == 8, "found %lld\n", in lustre_assert_wire_constants() 1454 (long long)(int)sizeof(((struct obd_statfs *)0)->os_blocks)); in lustre_assert_wire_constants() [all …]
|
D | layout.c | 925 sizeof(struct obd_statfs), lustre_swab_obd_statfs, NULL);
|
D | pack_generic.c | 1753 void lustre_swab_obd_statfs(struct obd_statfs *os) in lustre_swab_obd_statfs()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | statfs_pack.c | 49 void statfs_pack(struct obd_statfs *osfs, struct kstatfs *sfs) in statfs_pack() 63 void statfs_unpack(struct kstatfs *sfs, struct obd_statfs *osfs) in statfs_unpack()
|
D | dt_object.c | 952 struct obd_statfs osfs; in lprocfs_dt_rd_blksize() 969 struct obd_statfs osfs; in lprocfs_dt_rd_kbytestotal() 991 struct obd_statfs osfs; in lprocfs_dt_rd_kbytesfree() 1013 struct obd_statfs osfs; in lprocfs_dt_rd_kbytesavail() 1035 struct obd_statfs osfs; in lprocfs_dt_rd_filestotal() 1051 struct obd_statfs osfs; in lprocfs_dt_rd_filesfree()
|
D | lprocfs_status.c | 457 struct obd_statfs osfs; in lprocfs_rd_blksize() 458 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_blksize() 470 struct obd_statfs osfs; in lprocfs_rd_kbytestotal() 471 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_kbytestotal() 490 struct obd_statfs osfs; in lprocfs_rd_kbytesfree() 491 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_kbytesfree() 510 struct obd_statfs osfs; in lprocfs_rd_kbytesavail() 511 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_kbytesavail() 530 struct obd_statfs osfs; in lprocfs_rd_filestotal() 531 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_filestotal() [all …]
|
/drivers/staging/lustre/lustre/lov/ |
D | lov_internal.h | 224 void lov_update_statfs(struct obd_statfs *osfs, struct obd_statfs *lov_sfs, 226 int lov_fini_statfs(struct obd_device *obd, struct obd_statfs *osfs,
|
D | lov_request.c | 560 int lov_fini_statfs(struct obd_device *obd, struct obd_statfs *osfs, in lov_fini_statfs() 596 void lov_update_statfs(struct obd_statfs *osfs, struct obd_statfs *lov_sfs, in lov_update_statfs() 658 struct obd_statfs *osfs, *lov_sfs; in cb_statfs_update()
|
D | lov_obd.c | 1379 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in lov_statfs() 1413 struct obd_statfs stat_buf = {0}; in lov_iocontrol() 1439 rc = obd_statfs(NULL, lov->lov_tgts[index]->ltd_exp, &stat_buf, in lov_iocontrol()
|
/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 54 struct obd_statfs osfs; in ll_blksize_seq_show() 71 struct obd_statfs osfs; in ll_kbytestotal_seq_show() 94 struct obd_statfs osfs; in ll_kbytesfree_seq_show() 117 struct obd_statfs osfs; in ll_kbytesavail_seq_show() 140 struct obd_statfs osfs; in ll_filestotal_seq_show() 156 struct obd_statfs osfs; in ll_filesfree_seq_show()
|
D | llite_lib.c | 160 struct obd_statfs *osfs = NULL; in client_common_fill_super() 278 err = obd_statfs(NULL, sbi->ll_md_exp, osfs, in client_common_fill_super() 1571 int ll_statfs_internal(struct super_block *sb, struct obd_statfs *osfs, in ll_statfs_internal() 1575 struct obd_statfs obd_osfs; in ll_statfs_internal() 1578 rc = obd_statfs(NULL, sbi->ll_md_exp, osfs, max_age, flags); in ll_statfs_internal() 1623 struct obd_statfs osfs; in ll_statfs() 2188 data->ioc_plen1 != sizeof(struct obd_statfs) || in ll_obd_statfs()
|
D | llite_internal.h | 805 int ll_statfs_internal(struct super_block *sb, struct obd_statfs *osfs,
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_lib.h | 103 void statfs_pack(struct obd_statfs *osfs, struct kstatfs *sfs); 104 void statfs_unpack(struct kstatfs *sfs, struct obd_statfs *osfs);
|
D | obd.h | 165 struct obd_statfs *oi_osfs; 499 struct obd_statfs lsd_statfs; 861 struct obd_statfs obd_osfs; /* locked by obd_osfs_lock */ 1153 struct obd_statfs *osfs, __u64 max_age, __u32 flags);
|
D | obd_class.h | 1132 struct obd_statfs *osfs, __u64 max_age, in obd_statfs_rqset() 1155 static inline int obd_statfs(const struct lu_env *env, struct obd_export *exp, in obd_statfs() function 1156 struct obd_statfs *osfs, __u64 max_age, in obd_statfs()
|
D | dt_object.h | 123 struct dt_device *dev, struct obd_statfs *osfs); 1252 struct obd_statfs *osfs) in dt_statfs()
|
/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 | 1737 extern void lustre_swab_obd_statfs (struct obd_statfs *os);
|
/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 924 struct obd_statfs stat_buf = {0}; in lmv_iocontrol() 945 rc = obd_statfs(NULL, lmv->tgts[index]->ltd_exp, &stat_buf, in lmv_iocontrol() 1432 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in lmv_statfs() 1436 struct obd_statfs *temp; in lmv_statfs() 1452 rc = obd_statfs(env, lmv->tgts[i]->ltd_exp, temp, in lmv_statfs()
|
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1131 struct obd_export *exp, struct obd_statfs *osfs, in mdc_statfs() 1136 struct obd_statfs *msfs; in mdc_statfs() 1902 struct obd_statfs stat_buf = {0}; in mdc_iocontrol()
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2450 struct obd_statfs *msfs; in osc_statfs_interpret() 2525 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in osc_statfs() 2528 struct obd_statfs *msfs; in osc_statfs()
|