Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dobdo.c93 dst->o_mode = (dst->o_mode & S_IALLUGO) | in obdo_from_inode()
98 dst->o_mode = (dst->o_mode & S_IFMT) | in obdo_from_inode()
157 attr->ia_mode = (attr->ia_mode & ~S_IFMT)|(oa->o_mode & S_IFMT); in iattr_from_obdo()
162 attr->ia_mode = (attr->ia_mode & S_IFMT)|(oa->o_mode & ~S_IFMT); in iattr_from_obdo()
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-dpi-defs.h357 uint64_t o_mode:1; member
361 uint64_t o_mode:1;
402 uint64_t o_mode:1; member
406 uint64_t o_mode:1;
443 uint64_t o_mode:1; member
447 uint64_t o_mode:1;
Dcvmx-npei-defs.h1118 uint64_t o_mode:1; member
1122 uint64_t o_mode:1;
1156 uint64_t o_mode:1; member
1160 uint64_t o_mode:1;
1193 uint64_t o_mode:1; member
1197 uint64_t o_mode:1;
Dcvmx-npi-defs.h541 uint64_t o_mode:1; member
549 uint64_t o_mode:1;
/linux-4.4.14/drivers/media/dvb-frontends/
Ddrxk_hard.c44 enum operation_mode o_mode);
46 enum operation_mode o_mode);
50 enum operation_mode o_mode);
1750 enum operation_mode o_mode) in setoperation_mode() argument
1768 if (state->m_operation_mode == o_mode) in setoperation_mode()
1803 switch (o_mode) { in setoperation_mode()
1806 state->m_operation_mode = o_mode; in setoperation_mode()
1807 status = set_dvbt_standard(state, o_mode); in setoperation_mode()
1815 state->m_operation_mode = o_mode; in setoperation_mode()
1816 status = set_qam_standard(state, o_mode); in setoperation_mode()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1549 __swab32s(&o->o_mode); in lustre_swab_obdo()
2091 oa->o_mode & ((valid & OBD_MD_FLTYPE ? S_IFMT : 0) | in dump_obdo()
Dwiretest.c1157 LASSERTF((int)offsetof(struct obdo, o_mode) == 84, "found %lld\n", in lustre_assert_wire_constants()
1158 (long long)(int)offsetof(struct obdo, o_mode)); in lustre_assert_wire_constants()
1159 LASSERTF((int)sizeof(((struct obdo *)0)->o_mode) == 4, "found %lld\n", in lustre_assert_wire_constants()
1160 (long long)(int)sizeof(((struct obdo *)0)->o_mode)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dnamei.c913 oa->o_mode = body->mode & S_IFMT; in ll_objects_destroy()
Dfile.c922 oinfo.oi_oa->o_mode = S_IFREG; in ll_lsm_getattr()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3237 __u32 o_mode; /* brw: cli sent cache remain */ member
3265 #define o_undirty o_mode
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c224 CDEBUG(D_INODE, "mode: %o\n", body->oa.o_mode); in osc_getattr_interpret()
302 CDEBUG(D_INODE, "mode: %o\n", body->oa.o_mode); in osc_getattr()