Home
last modified time | relevance | path

Searched defs:fown_struct (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Dfs.h948 struct fown_struct { struct
949 rwlock_t lock; /* protects pid, uid, euid fields */
950 struct pid *pid; /* pid or -pgrp where SIGIO should be sent */
951 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */
952 kuid_t uid, euid; /* uid/euid of process setting the owner */
953 int signum; /* posix.1b rt signal to be delivered on IO */
/kernel/linux/linux-5.10/include/linux/
Dfs.h888 struct fown_struct { struct
889 rwlock_t lock; /* protects pid, uid, euid fields */
890 struct pid *pid; /* pid or -pgrp where SIGIO should be sent */
891 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */
892 kuid_t uid, euid; /* uid/euid of process setting the owner */
893 int signum; /* posix.1b rt signal to be delivered on IO */