Home
last modified time | relevance | path

Searched refs:os_bfree (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dstatfs_pack.c54 osfs->os_bfree = sfs->f_bfree; in statfs_pack()
68 sfs->f_bfree = osfs->os_bfree; in statfs_unpack()
Ddt_object.c996 __u64 result = osfs.os_bfree; in lprocfs_dt_rd_kbytesfree()
Dlprocfs_status.c496 __u64 result = osfs.os_bfree; in lprocfs_rd_kbytesfree()
/drivers/staging/lustre/lustre/lov/
Dlov_request.c624 osfs->os_bfree >>= shift; in lov_update_statfs()
628 lov_sfs->os_bfree >>= shift; in lov_update_statfs()
632 osfs->os_bfree += lov_sfs->os_bfree; in lov_update_statfs()
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c1605 osfs->os_bfree = obd_osfs.os_bfree; in ll_statfs_internal()
1647 osfs.os_bfree >>= 1; in ll_statfs()
1653 sfs->f_bfree = osfs.os_bfree; in ll_statfs()
Dlproc_llite.c103 __u64 result = osfs.os_bfree; in ll_kbytesfree_seq_show()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h79 __u64 os_bfree; member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1455 LASSERTF((int)offsetof(struct obd_statfs, os_bfree) == 16, "found %lld\n", in lustre_assert_wire_constants()
1456 (long long)(int)offsetof(struct obd_statfs, os_bfree)); in lustre_assert_wire_constants()
1457 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_bfree) == 8, "found %lld\n", in lustre_assert_wire_constants()
1458 (long long)(int)sizeof(((struct obd_statfs *)0)->os_bfree)); in lustre_assert_wire_constants()
Dpack_generic.c1757 __swab64s(&os->os_bfree); in lustre_swab_obd_statfs()