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:fget
(Results
1 - 25
of
71
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/include/linux/
H
A
D
file.h
49
extern struct file *
fget
(unsigned int fd);
/kernel/linux/linux-6.6/include/linux/
H
A
D
file.h
49
extern struct file *
fget
(unsigned int fd);
/kernel/linux/linux-5.10/fs/autofs/
H
A
D
dev-ioctl.c
365
pipe =
fget
(pipefd);
in autofs_dev_ioctl_setpipefd()
648
fp =
fget
(param->ioctlfd);
in _autofs_dev_ioctl()
H
A
D
inode.c
323
pipe =
fget
(sbi->pipefd);
in autofs_fill_super()
/kernel/linux/linux-6.6/fs/autofs/
H
A
D
dev-ioctl.c
366
pipe =
fget
(pipefd);
in autofs_dev_ioctl_setpipefd()
649
fp =
fget
(param->ioctlfd);
in _autofs_dev_ioctl()
H
A
D
inode.c
324
pipe =
fget
(sbi->pipefd);
in autofs_fill_super()
/kernel/linux/linux-5.10/fs/
H
A
D
nsfs.c
241
file =
fget
(fd);
in proc_ns_fget()
H
A
D
eventfd.c
357
file =
fget
(fd);
in eventfd_fget()
H
A
D
file.c
942
struct file *
fget
(unsigned int fd)
in fget()
function
946
EXPORT_SYMBOL(
fget
);
variable
969
* You can use this instead of
fget
if you satisfy all of the following
1084
* extra work in their equivalent of
fget
() - they insert struct
1087
*
fget
() treats larval files as absent. Potentially interesting,
1088
* but while extra work in
fget
() is trivial, locking implications
H
A
D
fsopen.c
429
param.file =
fget
(aux);
in SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/fs/epfs/
H
A
D
file.c
29
origin_file =
fget
(fd);
in epfs_set_origin_fd()
/kernel/linux/linux-5.10/kernel/time/
H
A
D
posix-clock.c
201
struct file *fp =
fget
(clockid_to_fd(id));
in get_clock_desc()
/kernel/linux/linux-6.6/fs/epfs/
H
A
D
file.c
29
origin_file =
fget
(fd);
in epfs_set_origin_fd()
/kernel/linux/linux-6.6/fs/
H
A
D
eventfd.c
334
file =
fget
(fd);
in eventfd_fget()
H
A
D
fsopen.c
465
param.file =
fget
(aux);
in SYSCALL_DEFINE5()
/kernel/linux/linux-6.6/io_uring/
H
A
D
cancel.c
288
file =
fget
(sc.fd);
H
A
D
tctx.c
232
file =
fget
(fd);
in io_ring_add_registered_fd()
H
A
D
rsrc.c
397
struct file *file =
fget
(fd);
in __io_sqe_files_update()
589
file =
fget
(fd);
in io_files_update_with_index_alloc()
742
file =
fget
(fd);
in io_sqe_files_register()
/kernel/linux/linux-6.6/drivers/dma-buf/
H
A
D
sync_file.c
81
struct file *file =
fget
(fd);
in sync_file_fdget()
/kernel/linux/linux-6.6/virt/kvm/
H
A
D
vfio.c
150
filp =
fget
(fd);
in kvm_vfio_file_add()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
posix-clock.c
201
struct file *fp =
fget
(clockid_to_fd(id));
in get_clock_desc()
/kernel/linux/linux-5.10/drivers/dma-buf/
H
A
D
sync_file.c
80
struct file *file =
fget
(fd);
in sync_file_fdget()
H
A
D
udmabuf.c
204
memfd =
fget
(list[i].memfd);
in udmabuf_create()
/kernel/linux/linux-5.10/fs/coda/
H
A
D
psdev.c
193
outp->fh =
fget
(outp->fd);
in coda_psdev_write()
/kernel/linux/linux-5.10/kernel/
H
A
D
nsproxy.c
545
file =
fget
(fd);
in SYSCALL_DEFINE2()
Completed in 18 milliseconds
1
2
3