Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dstatfs_pack.c54 sfs->f_bfree = osfs->os_bfree; in statfs_unpack()
Dlprocfs_status.c420 __u64 result = osfs.os_bfree; in kbytesfree_show()
/drivers/staging/lustre/lustre/lov/
Dlov_request.c621 osfs->os_bfree >>= shift; in lov_update_statfs()
625 lov_sfs->os_bfree >>= shift; in lov_update_statfs()
629 osfs->os_bfree += lov_sfs->os_bfree; in lov_update_statfs()
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c1436 osfs->os_bfree = obd_osfs.os_bfree; in ll_statfs_internal()
1479 osfs.os_bfree >>= 1; in ll_statfs()
1485 sfs->f_bfree = osfs.os_bfree; in ll_statfs()
Dlproc_llite.c107 __u64 result = osfs.os_bfree; in kbytesfree_show()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h79 __u64 os_bfree; member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1453 LASSERTF((int)offsetof(struct obd_statfs, os_bfree) == 16, "found %lld\n", in lustre_assert_wire_constants()
1454 (long long)(int)offsetof(struct obd_statfs, os_bfree)); in lustre_assert_wire_constants()
1455 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_bfree) == 8, "found %lld\n", in lustre_assert_wire_constants()
1456 (long long)(int)sizeof(((struct obd_statfs *)0)->os_bfree)); in lustre_assert_wire_constants()
Dpack_generic.c1574 __swab64s(&os->os_bfree); in lustre_swab_obd_statfs()