Searched refs:perm (Results 126 - 137 of 137) sorted by relevance

123456

/linux-master/fs/nfs/
H A Dnfs4idmap.c324 rkey->perm |= KEY_USR_VIEW;
/linux-master/arch/powerpc/lib/
H A Dsstep.c1279 unsigned char perm, idx; local
1282 perm = 0;
1287 perm |= 1 << i;
1289 op->val = perm;
/linux-master/include/linux/
H A Diommu.h65 * @perm: requested page permissions (IOMMU_FAULT_PERM_* values)
76 u32 perm; member in struct:iommu_fault_page_request
/linux-master/drivers/remoteproc/
H A Dqcom_q6v5_mss.c437 next[perms].perm = QCOM_SCM_PERM_RWX;
443 next[perms].perm = QCOM_SCM_PERM_RW;
/linux-master/sound/core/
H A Dcontrol.c1819 int perm; member in struct:__anon497
1830 if (op_flag == pairs[i].op && (vd->access & pairs[i].perm))
/linux-master/security/selinux/
H A Dselinuxfs.c1710 static inline unsigned long sel_perm_to_ino(u16 class, u32 perm) argument
1712 return (class * (SEL_VEC_MAX + 1) + perm) | SEL_CLASS_INO_OFFSET;
1796 /* i+1 since perm values are 1-indexed */
/linux-master/drivers/scsi/
H A Dscsi_transport_iscsi.c4360 #define iscsi_session_attr_show(param, perm) \
4369 if (perm && !capable(CAP_SYS_ADMIN)) \
4374 #define iscsi_session_attr(field, param, perm) \
4375 iscsi_session_attr_show(param, perm) \
H A Dsd.c3109 return buf.h.stream_status[0].perm;
H A Dscsi_debug.c4632 stream_status->perm = stream_id < PERMANENT_STREAM_COUNT;
/linux-master/include/linux/mlx5/
H A Ddriver.h1071 void mlx5_fill_page_frag_array_perm(struct mlx5_frag_buf *buf, __be64 *pas, u8 perm);
/linux-master/arch/x86/kvm/
H A Demulate.c2594 u16 tr, io_bitmap_ptr, perm, bit_idx = port & 0x7; local
2620 r = ops->read_std(ctxt, base + io_bitmap_ptr + port/8, &perm, 2, NULL, true);
2623 if ((perm >> bit_idx) & mask)
/linux-master/tools/lib/bpf/
H A Dlibbpf.c11847 int i, perm; local
11853 perm = R_OK;
11857 perm = R_OK | X_OK;
11877 if (faccessat(AT_FDCWD, result, perm, AT_EACCESS) < 0)

Completed in 415 milliseconds

123456