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_obtain_root
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
getroot.c
113
root =
d_obtain_root
(inode);
in nfs_get_root()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
getroot.c
110
root =
d_obtain_root
(inode);
in nfs_get_root()
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
export.c
277
return unlinked ?
d_obtain_root
(inode) : d_obtain_alias(inode);
in __snapfh_to_dentry()
385
dn =
d_obtain_root
(dir);
in ceph_get_parent()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
export.c
290
return unlinked ?
d_obtain_root
(inode) : d_obtain_alias(inode);
in __snapfh_to_dentry()
398
dn =
d_obtain_root
(dir);
in ceph_get_parent()
/kernel/linux/linux-5.10/include/linux/
H
A
D
dcache.h
247
extern struct dentry *
d_obtain_root
(struct inode *);
/kernel/linux/linux-6.6/include/linux/
H
A
D
dcache.h
242
extern struct dentry *
d_obtain_root
(struct inode *);
/kernel/linux/linux-5.10/fs/
H
A
D
dcache.c
482
*
d_obtain_root
, which are always IS_ROOT:
in ___d_drop()
2117
*
d_obtain_root
- find or allocate a dentry for a given inode
2131
struct dentry *
d_obtain_root
(struct inode *inode)
in d_obtain_root()
function
2135
EXPORT_SYMBOL(
d_obtain_root
);
variable
/kernel/linux/linux-6.6/fs/
H
A
D
dcache.c
492
*
d_obtain_root
, which are always IS_ROOT:
in ___d_drop()
2177
*
d_obtain_root
- find or allocate a dentry for a given inode
2191
struct dentry *
d_obtain_root
(struct inode *inode)
in d_obtain_root()
function
2195
EXPORT_SYMBOL(
d_obtain_root
);
variable
/kernel/linux/linux-5.10/fs/nilfs2/
H
A
D
super.c
960
dentry =
d_obtain_root
(inode);
in nilfs_get_root_dentry()
/kernel/linux/linux-6.6/fs/nilfs2/
H
A
D
super.c
961
dentry =
d_obtain_root
(inode);
in nilfs_get_root_dentry()
Completed in 15 milliseconds