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:current_dir
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
readdir.c
216
struct linux_dirent __user *
current_dir
;
member
247
dirent = buf->
current_dir
;
in filldir()
260
buf->
current_dir
= (void __user *)dirent + reclen;
in filldir()
278
.
current_dir
= dirent
in SYSCALL_DEFINE3()
291
lastdirent = (void __user *)buf.
current_dir
- buf.prev_reclen;
in SYSCALL_DEFINE3()
304
struct linux_dirent64 __user *
current_dir
;
member
329
dirent = buf->
current_dir
;
in filldir64()
343
buf->
current_dir
= (void __user *)dirent + reclen;
in filldir64()
361
.
current_dir
= dirent
in SYSCALL_DEFINE3()
376
lastdirent = (void __user *) buf.
current_dir
in SYSCALL_DEFINE3()
468
struct compat_linux_dirent __user *
current_dir
;
global()
member
[all...]
/kernel/linux/linux-6.6/fs/
H
A
D
readdir.c
252
struct linux_dirent __user *
current_dir
;
member
283
dirent = buf->
current_dir
;
in filldir()
296
buf->
current_dir
= (void __user *)dirent + reclen;
in filldir()
314
.
current_dir
= dirent
in SYSCALL_DEFINE3()
327
lastdirent = (void __user *)buf.
current_dir
- buf.prev_reclen;
in SYSCALL_DEFINE3()
340
struct linux_dirent64 __user *
current_dir
;
member
365
dirent = buf->
current_dir
;
in filldir64()
379
buf->
current_dir
= (void __user *)dirent + reclen;
in filldir64()
397
.
current_dir
= dirent
in SYSCALL_DEFINE3()
412
lastdirent = (void __user *) buf.
current_dir
in SYSCALL_DEFINE3()
504
struct compat_linux_dirent __user *
current_dir
;
global()
member
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_debugfs.c
949
struct dentry *
current_dir
;
in rvu_dbg_qsize_display()
local
975
current_dir
= filp->file->f_path.dentry->d_parent;
in rvu_dbg_qsize_display()
976
blkaddr = (!strcmp(
current_dir
->d_name.name, "nix1") ?
in rvu_dbg_qsize_display()
997
struct dentry *
current_dir
;
in rvu_dbg_qsize_write()
local
1028
current_dir
= filp->f_path.dentry->d_parent;
in rvu_dbg_qsize_write()
1029
blkaddr = (!strcmp(
current_dir
->d_name.name, "nix1") ?
in rvu_dbg_qsize_write()
2503
struct dentry *
current_dir
;
in rvu_dbg_derive_lmacid()
local
2506
current_dir
= filp->file->f_path.dentry->d_parent;
in rvu_dbg_derive_lmacid()
2507
buf = strrchr(
current_dir
->d_name.name, 'c');
in rvu_dbg_derive_lmacid()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_debugfs.c
1557
struct dentry *
current_dir
;
in rvu_dbg_cgx_stat_display()
local
1561
current_dir
= filp->file->f_path.dentry->d_parent;
in rvu_dbg_cgx_stat_display()
1562
buf = strrchr(
current_dir
->d_name.name, 'c');
in rvu_dbg_cgx_stat_display()
Completed in 16 milliseconds