Home
last modified time | relevance | path

Searched refs:o_flags (Results 1 – 11 of 11) sorted by relevance

/drivers/staging/lustre/lustre/include/
Dobd_cksum.h101 static inline cksum_type_t cksum_type_unpack(u32 o_flags) in cksum_type_unpack() argument
103 switch (o_flags & OBD_FL_CKSUM_ALL) { in cksum_type_unpack()
/drivers/staging/lustre/lustre/osc/
Dosc_request.c472 oa->o_flags == OBD_FL_DELORPHAN) { in osc_real_create()
489 CDEBUG(D_INFO, "oa flags %x\n", oa->o_flags); in osc_real_create()
703 oa->o_flags == OBD_FL_RECREATE_OBJS) { in osc_create()
772 if (!(oa->o_flags & OBD_FL_DELORPHAN)) { in osc_destroy()
893 oa->o_flags = 0; in osc_shrink_grant_local()
895 oa->o_flags |= OBD_FL_SHRINK_GRANT; in osc_shrink_grant_local()
946 body->oa.o_flags = 0; in osc_shrink_grant_to_target()
948 body->oa.o_flags |= OBD_FL_SHRINK_GRANT; in osc_shrink_grant_to_target()
1344 body->oa.o_flags = 0; in osc_brw_prep_request()
1346 body->oa.o_flags |= OBD_FL_RECOV_RESEND; in osc_brw_prep_request()
[all …]
Dosc_io.c451 oa->o_flags = OBD_FL_SRVLOCK; in osc_io_setattr_start()
/drivers/staging/lustre/lustre/obdclass/
Dobdo.c111 dst->o_flags = src->i_flags; in obdo_from_inode()
187 oa->o_flags; in md_from_obdo()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3240 __u32 o_flags; member
3275 wobdo->o_flags &= ~OBD_FL_LOCAL_MASK; in lustre_set_wire_obdo()
3295 local_flags = lobdo->o_flags & OBD_FL_LOCAL_MASK; in lustre_get_wire_obdo()
3300 lobdo->o_flags &= ~OBD_FL_LOCAL_MASK; in lustre_get_wire_obdo()
3301 lobdo->o_flags |= local_flags; in lustre_get_wire_obdo()
/drivers/staging/lustre/lustre/lov/
Dlov_obd.c976 src_oa->o_flags & OBD_FL_RECREATE_OBJS); in lov_recreate()
1033 src_oa->o_flags == OBD_FL_DELORPHAN) { in lov_create()
1045 (src_oa->o_flags & OBD_FL_RECREATE_OBJS)) { in lov_create()
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1565 (oa->o_flags & OBD_FL_DEBUG_CHECK) != 0); in echo_client_kbrw()
1714 (oa->o_flags & OBD_FL_DEBUG_CHECK) == 0) in echo_client_prep_commit()
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1552 __swab32s(&o->o_flags); in lustre_swab_obdo()
2102 CDEBUG(D_RPCTRACE, "obdo: o_flags = %x\n", oa->o_flags); in dump_obdo()
Dwiretest.c1169 LASSERTF((int)offsetof(struct obdo, o_flags) == 96, "found %lld\n", in lustre_assert_wire_constants()
1170 (long long)(int)offsetof(struct obdo, o_flags)); in lustre_assert_wire_constants()
1171 LASSERTF((int)sizeof(((struct obdo *)0)->o_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()
1172 (long long)(int)sizeof(((struct obdo *)0)->o_flags)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/llite/
Dfile.c932 oinfo.oi_oa->o_flags |= OBD_FL_SRVLOCK; in ll_lsm_getattr()
1284 oa->o_flags |= OBD_FL_RECREATE_OBJS; in ll_lov_recreate()
Dllite_lib.c1787 oinfo.oi_oa->o_flags = flags; in ll_iocontrol()