Home
last modified time | relevance | path

Searched refs:sops (Results 1 – 9 of 9) sorted by relevance

/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c343 struct sembuf *sops; in sys_oabi_semtimedop() local
352 sops = kvmalloc_objs(*sops, nsops); in sys_oabi_semtimedop()
353 if (!sops) in sys_oabi_semtimedop()
359 sops[i].sem_num = osb.sem_num; in sys_oabi_semtimedop()
360 sops[i].sem_op = osb.sem_op; in sys_oabi_semtimedop()
361 sops[i].sem_flg = osb.sem_flg; in sys_oabi_semtimedop()
374 err = __do_semtimedop(semid, sops, nsops, &ts, ns); in sys_oabi_semtimedop()
377 err = __do_semtimedop(semid, sops, nsops, NULL, ns); in sys_oabi_semtimedop()
379 kvfree(sops); in sys_oabi_semtimedop()
/linux/fs/nfs/
H A Dnfs.h20 const struct super_operations *sops; /* NFS Super operations */ member
H A Dnfs2super.c15 .sops = &nfs_sops,
H A Dnfs3super.c16 .sops = &nfs_sops,
H A Dnfs4super.c43 .sops = &nfs4_sops,
/linux/net/core/
H A Dsock_map.c624 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
629 if (likely(sock_map_sk_is_suitable(sops->sk) && in BPF_CALL_4()
630 sock_map_op_okay(sops))) in BPF_CALL_4()
631 return sock_map_update_common(map, *(u32 *)key, sops->sk, in BPF_CALL_4()
1231 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
1236 if (likely(sock_map_sk_is_suitable(sops->sk) && in BPF_CALL_4()
1237 sock_map_op_okay(sops))) in BPF_CALL_4()
1238 return sock_hash_update_common(map, key, sops->sk, flags); in BPF_CALL_4()
/linux/security/
H A Dsecurity.c3677 * @sops: operations to perform
3686 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops,
3689 return call_int_hook(sem_semop, sma, sops, nsops, alter); in security_sem_semop()
3687 security_sem_semop(struct kern_ipc_perm * sma,struct sembuf * sops,unsigned nsops,int alter) security_sem_semop() argument
/linux/security/smack/
H A Dsmack_lsm.c3345 * @sops: unused
3353 static int smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, in smack_sem_semop()
3349 smack_sem_semop(struct kern_ipc_perm * isp,struct sembuf * sops,unsigned nsops,int alter) smack_sem_semop() argument
/linux/security/selinux/
H A Dhooks.c6647 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop() argument