Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:f_owner
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
fcntl.c
90
write_lock_irq(&filp->
f_owner
.lock);
in f_modown()
91
if (force || !filp->
f_owner
.pid) {
in f_modown()
92
put_pid(filp->
f_owner
.pid);
in f_modown()
93
filp->
f_owner
.pid = get_pid(pid);
in f_modown()
94
filp->
f_owner
.pid_type = type;
in f_modown()
98
filp->
f_owner
.uid = cred->uid;
in f_modown()
99
filp->
f_owner
.euid = cred->euid;
in f_modown()
102
write_unlock_irq(&filp->
f_owner
.lock);
in f_modown()
153
read_lock_irq(&filp->
f_owner
.lock);
in f_getown()
155
if (pid_task(filp->
f_owner
in f_getown()
[all...]
H
A
D
file_table.c
113
rwlock_init(&f->
f_owner
.lock);
in __alloc_file()
287
put_pid(file->
f_owner
.pid);
in __fput()
H
A
D
locks.c
1521
filp->
f_owner
.signum = 0;
in lease_modify()
/kernel/linux/linux-6.6/fs/
H
A
D
fcntl.c
92
write_lock_irq(&filp->
f_owner
.lock);
in f_modown()
93
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()
104
write_unlock_irq(&filp->
f_owner
.lock);
in f_modown()
155
read_lock_irq(&filp->
f_owner
.lock);
in f_getown()
157
if (pid_task(filp->
f_owner
in f_getown()
[all...]
H
A
D
file_table.c
168
rwlock_init(&f->
f_owner
.lock);
in init_file()
390
put_pid(file->
f_owner
.pid);
in __fput()
H
A
D
locks.c
1401
filp->
f_owner
.signum = 0;
in lease_modify()
/kernel/linux/linux-5.10/fs/notify/dnotify/
H
A
D
dnotify.c
96
fown = &dn->dn_filp->
f_owner
;
in dnotify_handle_event()
/kernel/linux/linux-6.6/fs/notify/dnotify/
H
A
D
dnotify.c
114
fown = &dn->dn_filp->
f_owner
;
in dnotify_handle_event()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
938
struct fown_struct
f_owner
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
1011
struct fown_struct
f_owner
;
member
/kernel/linux/linux-5.10/security/smack/
H
A
D
smack_lsm.c
1814
file = container_of(fown, struct file,
f_owner
);
in smack_file_send_sigiotask()
/kernel/linux/linux-5.10/net/core/
H
A
D
sock.c
2959
if (send_sigurg(&sk->sk_socket->file->
f_owner
))
in sk_send_sigurg()
/kernel/linux/linux-6.6/security/smack/
H
A
D
smack_lsm.c
1919
file = container_of(fown, struct file,
f_owner
);
in smack_file_send_sigiotask()
/kernel/linux/linux-6.6/net/core/
H
A
D
sock.c
3391
if (send_sigurg(&sk->sk_socket->file->
f_owner
))
in sk_send_sigurg()
/kernel/linux/linux-5.10/security/selinux/
H
A
D
hooks.c
3877
file = container_of(fown, struct file,
f_owner
);
in selinux_file_send_sigiotask()
/kernel/linux/linux-6.6/security/selinux/
H
A
D
hooks.c
3927
file = container_of(fown, struct file,
f_owner
);
in selinux_file_send_sigiotask()
Completed in 63 milliseconds