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:d_is_symlink
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
dcache.h
419
static inline bool
d_is_symlink
(const struct dentry *dentry)
in d_is_symlink()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
dcache.h
413
static inline bool
d_is_symlink
(const struct dentry *dentry)
in d_is_symlink()
function
/kernel/linux/linux-5.10/fs/autofs/
H
A
D
root.c
349
if (d_really_is_positive(dentry) &&
d_is_symlink
(dentry)) {
in autofs_d_automount()
465
(d_really_is_positive(dentry) &&
d_is_symlink
(dentry)))
in autofs_d_manage()
H
A
D
expire.c
358
if (d_really_is_positive(dentry) &&
d_is_symlink
(dentry)) {
in should_expire()
/kernel/linux/linux-6.6/fs/autofs/
H
A
D
root.c
371
if (d_really_is_positive(dentry) &&
d_is_symlink
(dentry)) {
in autofs_d_automount()
484
(d_really_is_positive(dentry) &&
d_is_symlink
(dentry)))
in autofs_d_manage()
H
A
D
expire.c
358
if (
d_is_symlink
(dentry)) {
in should_expire()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfsfh.c
136
!
d_is_symlink
(dentry)))
in check_pseudo_root()
H
A
D
vfs.c
1565
if (unlikely(!
d_is_symlink
(path.dentry)))
in nfsd_readlink()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfsfh.c
137
!
d_is_symlink
(dentry)))
in check_pseudo_root()
H
A
D
vfs.c
1565
if (unlikely(!
d_is_symlink
(path.dentry)))
in nfsd_readlink()
/kernel/linux/linux-5.10/fs/
H
A
D
stat.c
422
if (
d_is_symlink
(path.dentry) || inode->i_op->readlink) {
in do_readlinkat()
H
A
D
namei.c
1708
if (likely(!
d_is_symlink
(path.dentry)) ||
in step_into()
1723
/* make sure that
d_is_symlink
above matches inode */
in step_into()
3476
if (
d_is_symlink
(root->dentry) && op->intent & LOOKUP_OPEN)
in do_file_open_root()
4632
if (!
d_is_symlink
(dentry))
in vfs_readlink()
4668
if (
d_is_symlink
(dentry)) {
in vfs_get_link()
H
A
D
namespace.c
2810
if (
d_is_symlink
(newmnt->mnt.mnt_root))
in do_add_mount()
/kernel/linux/linux-6.6/fs/
H
A
D
stat.c
502
if (
d_is_symlink
(path.dentry) || inode->i_op->readlink) {
in do_readlinkat()
H
A
D
namei.c
1845
if (likely(!
d_is_symlink
(path.dentry)) ||
in step_into()
1865
/* make sure that
d_is_symlink
above matches inode */
in step_into()
3835
if (
d_is_symlink
(root->dentry) && op->intent & LOOKUP_OPEN)
in do_file_open_root()
5113
if (!
d_is_symlink
(dentry))
in vfs_readlink()
5149
if (
d_is_symlink
(dentry)) {
in vfs_get_link()
H
A
D
namespace.c
3245
if (
d_is_symlink
(newmnt->mnt.mnt_root))
in do_add_mount()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_ioctl.c
280
if (!
d_is_symlink
(dentry)) {
in xfs_readlink_by_handle()
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
vfs.c
743
if (
d_is_symlink
(new_dentry)) {
in ksmbd_vfs_rename()
H
A
D
smb2pdu.c
2898
} else if (
d_is_symlink
(path.dentry)) {
in smb2_open()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_ioctl.c
282
if (!
d_is_symlink
(dentry)) {
in xfs_readlink_by_handle()
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
file.c
796
if (dn || d_really_is_negative(dentry) ||
d_is_symlink
(dentry)) {
in ceph_atomic_open()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
file.c
881
if (dn || d_really_is_negative(dentry) ||
d_is_symlink
(dentry)) {
in ceph_atomic_open()
Completed in 58 milliseconds