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:mnt_to
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/fs/
H
A
D
namespace.c
3053
*
mnt_to
= real_mount(to->mnt),
in can_move_mount_beneath()
local
3054
*parent_mnt_to =
mnt_to
->mnt_parent;
in can_move_mount_beneath()
3056
if (!mnt_has_parent(
mnt_to
))
in can_move_mount_beneath()
3062
if (IS_MNT_LOCKED(
mnt_to
))
in can_move_mount_beneath()
3073
if (&
mnt_to
->mnt == current->fs->root.mnt)
in can_move_mount_beneath()
3079
if (p ==
mnt_to
)
in can_move_mount_beneath()
3084
* mean mounting @mnt_from on @
mnt_to
->mnt_parent and then
in can_move_mount_beneath()
3085
* propagating a copy @c of @mnt_from on top of @
mnt_to
. This
in can_move_mount_beneath()
3088
if (propagation_would_overmount(parent_mnt_to,
mnt_to
, mp))
in can_move_mount_beneath()
3092
* If @
mnt_to
in can_move_mount_beneath()
[all...]
Completed in 5 milliseconds