Searched defs:o_flags (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/include/
H A Dobd_cksum.h56 /* The OBD_FL_CKSUM_* flags is packed into 5 bits of o_flags, since there can
101 static inline cksum_type_t cksum_type_unpack(u32 o_flags) argument
103 switch (o_flags & OBD_FL_CKSUM_ALL) {
/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_idl.h1438 OBD_FL_DELORPHAN = 0x00000004, /* if set in o_flags delete orphans */
1439 OBD_FL_NORPC = 0x00000008, /* set in o_flags do in OSC not OST */
1440 OBD_FL_IDONLY = 0x00000010, /* set in o_flags only adjust obj id*/
3256 __u32 o_flags; member in struct:obdo
3291 wobdo->o_flags &= ~OBD_FL_LOCAL_MASK;
3311 local_flags = lobdo->o_flags & OBD_FL_LOCAL_MASK;
3316 lobdo->o_flags &= ~OBD_FL_LOCAL_MASK;
3317 lobdo->o_flags |= local_flags;

Completed in 41 milliseconds