Home
last modified time | relevance | path

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

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