Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1553 __swab32s(&o->o_nlink); in lustre_swab_obdo()
2104 CDEBUG(D_RPCTRACE, "obdo: o_nlink = %u\n", oa->o_nlink); in dump_obdo()
2107 oa->o_nlink); in dump_obdo()
Dwiretest.c1173 LASSERTF((int)offsetof(struct obdo, o_nlink) == 100, "found %lld\n", in lustre_assert_wire_constants()
1174 (long long)(int)offsetof(struct obdo, o_nlink)); in lustre_assert_wire_constants()
1175 LASSERTF((int)sizeof(((struct obdo *)0)->o_nlink) == 4, "found %lld\n", in lustre_assert_wire_constants()
1176 (long long)(int)sizeof(((struct obdo *)0)->o_nlink)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3241 __u32 o_nlink; /* brw: checksum */ member
3267 #define o_cksum o_nlink
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c982 ost_idx = src_oa->o_nlink; in lov_recreate()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c1283 oa->o_nlink = ost_idx; in ll_lov_recreate()