Searched refs:perm (Results 51 - 75 of 136) sorted by relevance

123456

/linux-master/fs/ceph/
H A Daddr.c1995 struct ceph_pool_perm *perm; local
2003 perm = rb_entry(*p, struct ceph_pool_perm, node);
2004 if (pool < perm->pool)
2006 else if (pool > perm->pool)
2010 perm->pool_ns,
2011 perm->pool_ns_len);
2017 have = perm->perm;
2027 doutc(cl, "pool %lld ns %.*s no perm cached\n", pool,
2030 doutc(cl, "pool %lld no perm cache
2230 struct ceph_pool_perm *perm; local
[all...]
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c1596 struct fpu_state_perm *perm; local
1622 perm = guest ? &fpu->guest_perm : &fpu->perm;
1624 WRITE_ONCE(perm->__state_perm, mask);
1626 perm->__state_size = ksize;
1627 perm->__user_state_size = usize;
1679 struct fpu_state_perm *perm; local
1699 perm = guest_fpu ? &fpu->guest_perm : &fpu->perm;
1700 ksize = perm
[all...]
/linux-master/fs/fat/
H A Dfile.c424 umode_t mask, perm; local
436 perm = *mode_ptr & ~(S_IFMT | mask);
444 if ((perm & (S_IRUGO | S_IXUGO)) != (inode->i_mode & (S_IRUGO|S_IXUGO)))
447 if ((perm & S_IWUGO) && ((perm & S_IWUGO) != (S_IWUGO & ~mask)))
450 if ((perm & S_IWUGO) != (S_IWUGO & ~mask))
454 *mode_ptr &= S_IFMT | perm;
/linux-master/fs/exfat/
H A Dfile.c111 mode_t i_mode, mask, perm; local
117 perm = *mode_ptr & ~(S_IFMT | mask);
120 if ((perm & 0555) != (i_mode & 0555))
128 if ((perm & 0222) && ((perm & 0222) != (0222 & ~mask)))
135 if ((perm & 0222) != (0222 & ~mask))
139 *mode_ptr &= S_IFMT | perm;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Drtnetlink.sh535 ip -4 neigh add 192.0.2.2 lladdr de:ad:be:ef:13:37 nud perm dev $swp1
536 ip -6 neigh add 2001:db8:1::2 lladdr de:ad:be:ef:13:37 nud perm \
662 ip neigh replace 192.0.2.2 lladdr 00:11:22:33:44:55 nud perm \
674 ip neigh replace 192.0.2.2 lladdr 00:11:22:33:44:55 nud perm \
711 ip neigh replace 192.0.2.2 lladdr 00:11:22:33:44:55 nud perm \
713 ip neigh replace 192.0.2.3 lladdr 00:11:22:33:44:55 nud perm \
715 ip neigh replace 2001:db8:1::2 lladdr 00:11:22:33:44:55 nud perm \
771 ip neigh replace 192.0.2.2 lladdr 00:11:22:33:44:55 nud perm \
773 ip neigh replace 192.0.2.3 lladdr 00:11:22:33:44:55 nud perm \
775 ip neigh replace 2001:db8:1::2 lladdr 00:11:22:33:44:55 nud perm \
[all...]
/linux-master/security/keys/
H A Drequest_key.c377 key_perm_t perm; local
387 perm = KEY_POS_VIEW | KEY_POS_SEARCH | KEY_POS_LINK | KEY_POS_SETATTR;
388 perm |= KEY_USR_VIEW;
390 perm |= KEY_POS_READ;
393 perm |= KEY_POS_WRITE;
397 perm, flags, NULL);
H A Dproc.c180 if (key->perm & KEY_POS_VIEW) {
202 memcpy(xbuf, "perm", 5);
237 key->perm,
/linux-master/drivers/tty/vt/
H A Dkeyboard.c1686 * @perm: permissions check computed by caller
1691 int vt_do_diacrit(unsigned int cmd, void __user *udp, int perm) argument
1767 if (!perm)
1802 if (!perm)
1900 int perm)
1914 if (!perm)
2020 int vt_do_kdsk_ioctl(int cmd, struct kbentry __user *user_kbe, int perm, argument
2035 if (!perm || !capable(CAP_SYS_TTY_CONFIG))
2058 int vt_do_kdgkb_ioctl(int cmd, struct kbsentry __user *user_kdgkb, int perm) argument
2092 if (!perm || !capabl
1899 vt_do_kbkeycode_ioctl(int cmd, struct kbkeycode __user *user_kbkc, int perm) argument
2113 vt_do_kdskled(unsigned int console, int cmd, unsigned long arg, int perm) argument
[all...]
/linux-master/security/tomoyo/
H A Dtomoyo.c230 const unsigned int perm = mode & S_IALLUGO; local
242 return tomoyo_mkdev_perm(type, &path, perm, dev);
252 return tomoyo_path_number_perm(type, &path, perm);
H A Dcommon.c113 [TOMOYO_PATH1_PERM] = "path1.perm",
122 [TOMOYO_PATH2_PERM] = "path2.perm",
129 [TOMOYO_PATH1_PARENT_PERM] = "path1.parent.perm",
133 [TOMOYO_PATH2_PARENT_PERM] = "path2.parent.perm",
1400 const u16 perm = ptr->perm; local
1403 if (!(perm & (1 << bit)))
1431 const u8 perm = ptr->perm; local
1434 if (!(perm
1452 const u8 perm = ptr->perm; local
1473 const u8 perm = ptr->perm; local
1496 const u8 perm = ptr->perm; local
1529 const u8 perm = ptr->perm; local
[all...]
/linux-master/net/dns_resolver/
H A Ddns_query.c138 rkey->perm |= KEY_USR_VIEW;
/linux-master/security/selinux/include/
H A Davc.h140 u8 driver, u8 perm, struct common_audit_data *ad);
/linux-master/drivers/vhost/
H A Dvdpa.c924 if (map->perm & VHOST_ACCESS_WO)
961 static int perm_to_iommu_flags(u32 perm) argument
965 switch (perm) {
984 u64 iova, u64 size, u64 pa, u32 perm, void *opaque)
993 pa, perm, opaque);
998 r = ops->dma_map(vdpa, asid, iova, size, pa, perm, opaque);
1004 perm_to_iommu_flags(perm),
1037 u64 iova, u64 size, u64 uaddr, u32 perm)
1067 perm, map_file);
1088 u64 iova, u64 size, u64 uaddr, u32 perm)
983 vhost_vdpa_map(struct vhost_vdpa *v, struct vhost_iotlb *iotlb, u64 iova, u64 size, u64 pa, u32 perm, void *opaque) argument
1035 vhost_vdpa_va_map(struct vhost_vdpa *v, struct vhost_iotlb *iotlb, u64 iova, u64 size, u64 uaddr, u32 perm) argument
1086 vhost_vdpa_pa_map(struct vhost_vdpa *v, struct vhost_iotlb *iotlb, u64 iova, u64 size, u64 uaddr, u32 perm) argument
[all...]
/linux-master/arch/x86/kernel/
H A Dsignal.c399 fsize += current->group_leader->thread.fpu.perm.__user_state_size;
406 mask = current->group_leader->thread.fpu.perm.__state_perm;
/linux-master/arch/x86/include/asm/fpu/
H A Dtypes.h489 * @perm:
493 struct fpu_state_perm perm; member in struct:fpu
528 * @perm: xfeature bitmap of features which are
532 u64 perm; member in struct:fpu_guest
/linux-master/drivers/vdpa/mlx5/core/
H A Dmr.c66 MLX5_SET(mkc, mkc, lw, !!(mr->perm & VHOST_MAP_WO));
67 MLX5_SET(mkc, mkc, lr, !!(mr->perm & VHOST_MAP_RO));
308 u8 perm,
329 dmr->perm = perm;
379 if (pe == map->start && pperm == map->perm) {
397 pperm = map->perm;
474 map->addr, map->perm);
304 add_direct_chain(struct mlx5_vdpa_dev *mvdev, struct mlx5_vdpa_mr *mr, u64 start, u64 size, u8 perm, struct vhost_iotlb *iotlb) argument
H A Dmlx5_vdpa.h17 u32 perm; member in struct:mlx5_vdpa_direct_mr
/linux-master/drivers/net/fddi/skfp/h/
H A Dfplustm.h221 u_char perm ; /* flag: permanent */ member in struct:s_smt_fp::__anon820::s_fpmc
/linux-master/include/linux/crush/
H A Dcrush.h342 __u32 perm_x; /* @x for which *perm is defined */
343 __u32 perm_n; /* num elements of *perm that are permuted/defined */
344 __u32 *perm; /* Permutation of the bucket's items */ member in struct:crush_work_bucket
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_synproxy.sh93 meta iif veth0 meta l4proto tcp ct state untracked,invalid synproxy mss 1460 sack-perm timestamp
/linux-master/include/uapi/linux/
H A Dvduse.h65 * @perm: access permission of the IOVA region
76 __u8 perm; member in struct:vduse_iotlb_entry
/linux-master/ipc/
H A Dutil.c442 * @ipcp: ipc perm structure containing the key to remove
492 * @ipcp: ipc perm structure containing the identifier to remove
517 * @ipcp: ipc perm structure containing the key to modify
708 * @perm: the permission to set
724 struct ipc64_perm *perm, int extra_perm)
738 audit_ipc_set_perm(extra_perm, perm->uid,
739 perm->gid, perm->mode);
722 ipcctl_obtain_check(struct ipc_namespace *ns, struct ipc_ids *ids, int id, int cmd, struct ipc64_perm *perm, int extra_perm) argument
/linux-master/include/linux/firmware/qcom/
H A Dqcom_scm.h26 int perm; member in struct:qcom_scm_vmperm
/linux-master/drivers/scsi/cxlflash/
H A Dsislite.h497 * (if no perm, afu_rc=0x15)
510 u8 fp; /* format & perm nibbles.
511 * (if no perm, afu_rc=0x05)
531 #define SISL_RHT_FP(fmt, perm) (((fmt) << 4) | (perm))
542 /* extract the perm bits from a fp */
/linux-master/include/scsi/
H A Dscsi_proto.h322 u8 perm: 1; member in struct:scsi_stream_status
326 u8 perm: 1;

Completed in 257 milliseconds

123456