Searched refs:os_namelen (Results 1 – 5 of 5) sorted by relevance
59 sfs->f_namelen = osfs->os_namelen; in statfs_unpack()
85 __u32 os_namelen; member
1473 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()
1580 __swab32s(&os->os_namelen); in lustre_swab_obd_statfs()
302 sbi->ll_namelen = osfs->os_namelen; in client_common_fill_super()