Home
last modified time | relevance | path

Searched refs:f_owner (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/fs/
H A Dfcntl.c92 write_lock_irq(&filp->f_owner.lock); in __f_setown()
93 if (force || !filp->f_owner.pid) { in __f_setown()
94 put_pid(filp->f_owner.pid); in __f_setown()
95 filp->f_owner.pid = get_pid(pid); in __f_setown()
96 filp->f_owner.pid_type = type; in __f_setown()
101 filp->f_owner.uid = cred->uid; in __f_setown()
102 filp->f_owner.euid = cred->euid; in __f_setown()
105 write_unlock_irq(&filp->f_owner.lock); in __f_setown()
149 read_lock_irq(&filp->f_owner.lock); in f_getown()
151 if (pid_task(filp->f_owner.pid, filp->f_owner.pid_type)) { in f_getown()
[all …]
H A Dfile_table.c168 rwlock_init(&f->f_owner.lock); in init_file()
390 put_pid(file->f_owner.pid); in __fput()
H A Dlocks.c1401 filp->f_owner.signum = 0; in lease_modify()
/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.c203 __put_user(host_statfs->f_owner, &target_statfs->f_owner); in h2t_freebsd11_statfs()
241 __put_user(host_statfs->f_owner, &target_statfs->f_owner); in h2t_freebsd_statfs()
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h344 uint32_t f_owner; /* user that mounted the filesystem */ member
369 uint32_t f_owner; /* user that mounted the filesystem */ member
/openbmc/linux/fs/notify/dnotify/
H A Ddnotify.c114 fown = &dn->dn_filp->f_owner; in dnotify_handle_event()
/openbmc/linux/include/linux/
H A Dfs.h1011 struct fown_struct f_owner; member
/openbmc/linux/net/core/
H A Dsock.c3387 if (send_sigurg(&sk->sk_socket->file->f_owner)) in sk_send_sigurg()
/openbmc/linux/security/smack/
H A Dsmack_lsm.c1919 file = container_of(fown, struct file, f_owner); in smack_file_send_sigiotask()
/openbmc/linux/security/selinux/
H A Dhooks.c3936 file = container_of(fown, struct file, f_owner); in selinux_file_send_sigiotask()