Searched defs:fown_struct (Results 1 – 2 of 2) sorted by relevance
886 struct fown_struct { struct887 rwlock_t lock; /* protects pid, uid, euid fields */888 struct pid *pid; /* pid or -pgrp where SIGIO should be sent */889 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */890 kuid_t uid, euid; /* uid/euid of process setting the owner */891 int signum; /* posix.1b rt signal to be delivered on IO */
861 struct fown_struct { struct862 rwlock_t lock; /* protects pid, uid, euid fields */863 struct pid *pid; /* pid or -pgrp where SIGIO should be sent */864 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */865 kuid_t uid, euid; /* uid/euid of process setting the owner */866 int signum; /* posix.1b rt signal to be delivered on IO */