Home
last modified time | relevance | path

Searched refs:os_namelen (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dstatfs_pack.c59 sfs->f_namelen = osfs->os_namelen; in statfs_unpack()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h85 __u32 os_namelen; member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1473 LASSERTF((int)offsetof(struct obd_statfs, os_namelen) == 92, "found %lld\n", in lustre_assert_wire_constants()
1474 (long long)(int)offsetof(struct obd_statfs, os_namelen)); in lustre_assert_wire_constants()
1475 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_namelen) == 4, "found %lld\n", in lustre_assert_wire_constants()
1476 (long long)(int)sizeof(((struct obd_statfs *)0)->os_namelen)); in lustre_assert_wire_constants()
Dpack_generic.c1580 __swab32s(&os->os_namelen); in lustre_swab_obd_statfs()
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c302 sbi->ll_namelen = osfs->os_namelen; in client_common_fill_super()