Home
last modified time | relevance | path

Searched defs:sops (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/fs/nfs/
Dnfs.h20 const struct super_operations *sops; /* NFS Super operations */ member
/Linux-v4.19/ipc/
Dsem.c136 struct sembuf *sops; /* array of pending operations */ member
367 static inline int sem_lock(struct sem_array *sma, struct sembuf *sops, in sem_lock()
635 struct sembuf *sops; in perform_atomic_semop_slow() local
707 struct sembuf *sops; in perform_atomic_semop() local
878 static int do_smart_wakeup_zero(struct sem_array *sma, struct sembuf *sops, in do_smart_wakeup_zero()
990 static void set_semotime(struct sem_array *sma, struct sembuf *sops) in set_semotime()
1014 static void do_smart_update(struct sem_array *sma, struct sembuf *sops, int nsops, in do_smart_update()
1949 struct sembuf *sops = fast_sops, *sop; in do_semtimedop() local
/Linux-v4.19/fs/pstore/
Dinode.c151 const struct seq_operations *sops = NULL; in pstore_file_open() local
/Linux-v4.19/arch/arm/kernel/
Dsys_oabi-compat.c318 struct sembuf *sops; in sys_oabi_semtimedop() local
/Linux-v4.19/include/linux/
Dsecurity.h1136 struct sembuf *sops, unsigned nsops, in security_sem_semop()
/Linux-v4.19/security/
Dsecurity.c1277 int security_sem_semop(struct kern_ipc_perm *sma, struct sembuf *sops, in security_sem_semop()
/Linux-v4.19/security/smack/
Dsmack_lsm.c3199 static int smack_sem_semop(struct kern_ipc_perm *isp, struct sembuf *sops, in smack_sem_semop()
/Linux-v4.19/security/selinux/
Dhooks.c6333 struct sembuf *sops, unsigned nsops, int alter) in selinux_sem_semop()