Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfcntl.c93 if (force || !filp->f_owner.pid) { in f_modown()
94 put_pid(filp->f_owner.pid); in f_modown()
95 filp->f_owner.pid = get_pid(pid); in f_modown()
96 filp->f_owner.pid_type = type; in f_modown()
100 filp->f_owner.uid = cred->uid; in f_modown()
101 filp->f_owner.euid = cred->euid; in f_modown()
157 if (pid_task(filp->f_owner.pid, filp->f_owner.pid_type)) { in f_getown()
215 if (pid_task(filp->f_owner.pid, filp->f_owner.pid_type)) in f_getown_ex()
218 switch (filp->f_owner.pid_type) { in f_getown_ex()
389 err = filp->f_owner.signum; in do_fcntl()
[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.c3384 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()