Home
last modified time | relevance | path

Searched refs:obd_statfs (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dstatfs_pack.c49 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()
Ddt_object.c948 struct obd_statfs osfs; in lprocfs_dt_rd_blksize()
965 struct obd_statfs osfs; in lprocfs_dt_rd_kbytestotal()
987 struct obd_statfs osfs; in lprocfs_dt_rd_kbytesfree()
1009 struct obd_statfs osfs; in lprocfs_dt_rd_kbytesavail()
1031 struct obd_statfs osfs; in lprocfs_dt_rd_filestotal()
1047 struct obd_statfs osfs; in lprocfs_dt_rd_filesfree()
Dlprocfs_status.c463 struct obd_statfs osfs; in lprocfs_rd_blksize()
464 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_blksize()
477 struct obd_statfs osfs; in lprocfs_rd_kbytestotal()
478 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_kbytestotal()
498 struct obd_statfs osfs; in lprocfs_rd_kbytesfree()
499 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_kbytesfree()
519 struct obd_statfs osfs; in lprocfs_rd_kbytesavail()
520 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_kbytesavail()
540 struct obd_statfs osfs; in lprocfs_rd_filestotal()
541 int rc = obd_statfs(NULL, obd->obd_self_export, &osfs, in lprocfs_rd_filestotal()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1445 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 …]
Dlayout.c924 sizeof(struct obd_statfs), lustre_swab_obd_statfs, NULL);
Dpack_generic.c1725 void lustre_swab_obd_statfs(struct obd_statfs *os) in lustre_swab_obd_statfs()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_internal.h224 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,
Dlov_request.c569 int lov_fini_statfs(struct obd_device *obd, struct obd_statfs *osfs, in lov_fini_statfs()
605 void lov_update_statfs(struct obd_statfs *osfs, struct obd_statfs *lov_sfs, in lov_update_statfs()
667 struct obd_statfs *osfs, *lov_sfs; in cb_statfs_update()
Dlov_obd.c1383 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in lov_statfs()
1417 struct obd_statfs stat_buf = {0}; in lov_iocontrol()
1443 rc = obd_statfs(NULL, lov->lov_tgts[index]->ltd_exp, &stat_buf, in lov_iocontrol()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_lib.h103 void statfs_pack(struct obd_statfs *osfs, struct kstatfs *sfs);
104 void statfs_unpack(struct kstatfs *sfs, struct obd_statfs *osfs);
Dobd.h165 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);
Dobd_class.h1151 struct obd_statfs *osfs, __u64 max_age, in obd_statfs_rqset()
1174 static inline int obd_statfs(const struct lu_env *env, struct obd_export *exp, in obd_statfs() function
1175 struct obd_statfs *osfs, __u64 max_age, in obd_statfs()
Ddt_object.h123 struct dt_device *dev, struct obd_statfs *osfs);
1252 struct obd_statfs *osfs) in dt_statfs()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c54 struct obd_statfs osfs; in ll_blksize_seq_show()
71 struct obd_statfs osfs; in ll_kbytestotal_seq_show()
95 struct obd_statfs osfs; in ll_kbytesfree_seq_show()
119 struct obd_statfs osfs; in ll_kbytesavail_seq_show()
143 struct obd_statfs osfs; in ll_filestotal_seq_show()
160 struct obd_statfs osfs; in ll_filesfree_seq_show()
Dllite_lib.c159 struct obd_statfs *osfs = NULL; in client_common_fill_super()
276 err = obd_statfs(NULL, sbi->ll_md_exp, osfs, in client_common_fill_super()
1496 int ll_statfs_internal(struct super_block *sb, struct obd_statfs *osfs, in ll_statfs_internal()
1500 struct obd_statfs obd_osfs; in ll_statfs_internal()
1503 rc = obd_statfs(NULL, sbi->ll_md_exp, osfs, max_age, flags); in ll_statfs_internal()
1548 struct obd_statfs osfs; in ll_statfs()
2113 data->ioc_plen1 != sizeof(struct obd_statfs) || in ll_obd_statfs()
Dllite_internal.h805 int ll_statfs_internal(struct super_block *sb, struct obd_statfs *osfs,
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h76 struct obd_statfs { struct
215 #define IOC_OBD_STATFS _IOWR('f', 164, struct obd_statfs *)
Dlustre_idl.h1742 extern void lustre_swab_obd_statfs (struct obd_statfs *os);
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c921 struct obd_statfs stat_buf = {0}; in lmv_iocontrol()
942 rc = obd_statfs(NULL, lmv->tgts[index]->ltd_exp, &stat_buf, in lmv_iocontrol()
1428 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in lmv_statfs()
1432 struct obd_statfs *temp; in lmv_statfs()
1448 rc = obd_statfs(env, lmv->tgts[i]->ltd_exp, temp, in lmv_statfs()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1134 struct obd_export *exp, struct obd_statfs *osfs, in mdc_statfs()
1139 struct obd_statfs *msfs; in mdc_statfs()
1905 struct obd_statfs stat_buf = {0}; in mdc_iocontrol()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c2448 struct obd_statfs *msfs; in osc_statfs_interpret()
2523 struct obd_statfs *osfs, __u64 max_age, __u32 flags) in osc_statfs()
2526 struct obd_statfs *msfs; in osc_statfs()