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:m_dentry
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
mount.h
35
struct dentry *
m_dentry
;
member
H
A
D
namespace.c
709
if (mp->
m_dentry
== dentry) {
in lookup_mountpoint()
754
new->
m_dentry
= dget(dentry);
in get_mountpoint()
774
struct dentry *dentry = mp->
m_dentry
;
in __put_mountpoint()
851
child_mnt->mnt_mountpoint = mp->
m_dentry
;
in mnt_set_mountpoint()
2256
struct dentry *dentry = where->
m_dentry
;
in unlock_mount()
2271
if (d_is_dir(mp->
m_dentry
) !=
in graft_tree()
H
A
D
pnode.c
233
if (!is_subdir(mp->
m_dentry
, m->mnt.mnt_root))
in propagate_one()
/kernel/linux/linux-6.6/fs/
H
A
D
mount.h
34
struct dentry *
m_dentry
;
member
H
A
D
pnode.c
232
if (!is_subdir(dest_mp->
m_dentry
, m->mnt.mnt_root))
in propagate_one()
386
if (to->mnt.mnt_root != mp->
m_dentry
)
in propagation_would_overmount()
H
A
D
namespace.c
788
if (mp->
m_dentry
== dentry) {
in lookup_mountpoint()
833
new->
m_dentry
= dget(dentry);
in get_mountpoint()
853
struct dentry *dentry = mp->
m_dentry
;
in __put_mountpoint()
930
child_mnt->mnt_mountpoint = mp->
m_dentry
;
in mnt_set_mountpoint()
2430
* to @mnt->mnt_mp->
m_dentry
. But if @mnt has been unmounted it will
2501
struct dentry *dentry = where->
m_dentry
;
in unlock_mount()
2516
if (d_is_dir(mp->
m_dentry
) !=
in graft_tree()
Completed in 16 milliseconds