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_from
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/fs/
H
A
D
namespace.c
3052
struct mount *
mnt_from
= real_mount(from->mnt),
in can_move_mount_beneath()
local
3078
for (struct mount *p =
mnt_from
; mnt_has_parent(p); p = p->mnt_parent)
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()
3092
* If @mnt_to->mnt_parent propagates to @
mnt_from
this would
in can_move_mount_beneath()
3093
* mean propagating a copy @c of @
mnt_from
on top of @
mnt_from
.
in can_move_mount_beneath()
3094
* Afterwards @
mnt_from
would be mounted on top of
in can_move_mount_beneath()
3096
* @mnt->mnt_parent and remounted on @
mnt_from
. But since @c is
in can_move_mount_beneath()
3097
* already mounted on @
mnt_from
,
in can_move_mount_beneath()
[all...]
Completed in 5 milliseconds