Searched defs:fown_struct (Results 1 – 2 of 2) sorted by relevance
948 struct fown_struct { struct949 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 */
888 struct fown_struct { struct889 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 */