Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfs.h1029 struct fown_struct { struct
1030 struct file *file; /* backpointer for security modules */
1031 rwlock_t lock; /* protects pid, uid, euid fields */
1032 struct pid *pid; /* pid or -pgrp where SIGIO should be sent */
1033 enum pid_type pid_type; /* Kind of process group SIGIO should be sent to */
1034 kuid_t uid, euid; /* uid/euid of process setting the owner */
1035 int signum; /* posix.1b rt signal to be delivered on IO */