Searched refs:o_flags (Results 1 – 11 of 11) sorted by relevance
/drivers/staging/lustre/lustre/include/ |
D | obd_cksum.h | 101 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/ |
D | osc_request.c | 472 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 …]
|
D | osc_io.c | 451 oa->o_flags = OBD_FL_SRVLOCK; in osc_io_setattr_start()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | obdo.c | 111 dst->o_flags = src->i_flags; in obdo_from_inode() 187 oa->o_flags; in md_from_obdo()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3240 __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/ |
D | lov_obd.c | 976 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/ |
D | echo_client.c | 1565 (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/ |
D | pack_generic.c | 1552 __swab32s(&o->o_flags); in lustre_swab_obdo() 2102 CDEBUG(D_RPCTRACE, "obdo: o_flags = %x\n", oa->o_flags); in dump_obdo()
|
D | wiretest.c | 1169 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/ |
D | file.c | 932 oinfo.oi_oa->o_flags |= OBD_FL_SRVLOCK; in ll_lsm_getattr() 1284 oa->o_flags |= OBD_FL_RECREATE_OBJS; in ll_lov_recreate()
|
D | llite_lib.c | 1787 oinfo.oi_oa->o_flags = flags; in ll_iocontrol()
|