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:__getname
(Results
1 - 25
of
31
) sorted by relevance
1
2
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
namei.c
71
struct cpu_str *uni =
__getname
();
in ntfs_lookup()
308
de =
__getname
();
in ntfs_rename()
374
struct cpu_str *uni =
__getname
();
in ntfs_atomic_open()
504
uni =
__getname
();
in ntfs_d_hash()
565
uni1 =
__getname
();
in ntfs_d_compare()
H
A
D
dir.c
418
name =
__getname
();
in ntfs_readdir()
H
A
D
inode.c
1312
new_de =
__getname
();
in ntfs_create_inode()
1730
de =
__getname
();
in ntfs_link_inode()
1768
de =
__getname
();
in ntfs_unlink_inode()
H
A
D
xattr.c
552
buf =
__getname
();
in ntfs_get_acl()
/kernel/linux/linux-5.10/fs/vboxsf/
H
A
D
utils.c
342
* Returns a shfl_string allocated through
__getname
(must be freed using
354
buf =
__getname
();
in vboxsf_path_from_dentry()
366
shfl_path =
__getname
();
in vboxsf_path_from_dentry()
/kernel/linux/linux-6.6/fs/vboxsf/
H
A
D
utils.c
362
* Returns a shfl_string allocated through
__getname
(must be freed using
374
buf =
__getname
();
in vboxsf_path_from_dentry()
386
shfl_path =
__getname
();
in vboxsf_path_from_dentry()
/kernel/linux/linux-5.10/security/integrity/ima/
H
A
D
ima_api.c
396
*pathbuf =
__getname
();
in ima_d_path()
/kernel/linux/linux-5.10/fs/
H
A
D
d_path.c
433
char *page =
__getname
();
in SYSCALL_DEFINE2()
H
A
D
namei.c
138
result =
__getname
();
in getname_flags()
218
result =
__getname
();
in getname_kernel()
/kernel/linux/linux-6.6/fs/
H
A
D
d_path.c
416
char *page =
__getname
();
in SYSCALL_DEFINE2()
H
A
D
namei.c
140
result =
__getname
();
in getname_flags()
228
result =
__getname
();
in getname_kernel()
/kernel/linux/linux-6.6/security/integrity/ima/
H
A
D
ima_api.c
436
*pathbuf =
__getname
();
in ima_d_path()
/kernel/linux/linux-5.10/fs/hostfs/
H
A
D
hostfs_kern.c
117
char *name =
__getname
();
in dentry_name()
/kernel/linux/linux-5.10/fs/fat/
H
A
D
namei_vfat.c
598
uname =
__getname
();
in vfat_build_slots()
H
A
D
dir.c
287
*unicode =
__getname
();
in fat_parse_long()
/kernel/linux/linux-6.6/fs/hostfs/
H
A
D
hostfs_kern.c
121
char *name =
__getname
();
in dentry_name()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifsproto.h
68
return
__getname
();
in alloc_dentry_path()
/kernel/linux/linux-5.10/drivers/base/firmware_loader/
H
A
D
main.c
504
path =
__getname
();
in fw_get_filesystem_firmware()
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
dir.c
201
nb->lfn =
__getname
();
in exfat_alloc_namebuf()
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
inode_local.c
202
.name =
__getname
(),
in __lookup_nosensitive()
/kernel/linux/linux-6.6/drivers/base/firmware_loader/
H
A
D
main.c
508
path =
__getname
();
in fw_get_filesystem_firmware()
/kernel/linux/linux-6.6/fs/fat/
H
A
D
namei_vfat.c
598
uname =
__getname
();
in vfat_build_slots()
H
A
D
dir.c
287
*unicode =
__getname
();
in fat_parse_long()
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
inode_local.c
202
.name =
__getname
(),
in __lookup_nosensitive()
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
dir.c
205
nb->lfn =
__getname
();
in exfat_alloc_namebuf()
Completed in 40 milliseconds
1
2