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:IS_MNT_SHARED
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
pnode.h
13
#define
IS_MNT_SHARED
(m) ((m)->mnt.mnt_flags & MNT_SHARED)
macro
H
A
D
pnode.c
78
if (
IS_MNT_SHARED
(mnt)) {
in do_make_slave()
257
if (
IS_MNT_SHARED
(m))
in propagate_one()
H
A
D
namespace.c
1068
((flag & CL_SHARED_TO_SLAVE) &&
IS_MNT_SHARED
(old))) {
in clone_mnt()
1073
if ((flag & CL_MAKE_SHARED) ||
IS_MNT_SHARED
(old))
in clone_mnt()
2029
if (p->mnt_group_id && !
IS_MNT_SHARED
(p))
in cleanup_group_ids()
2039
if (!p->mnt_group_id && !
IS_MNT_SHARED
(p)) {
in invent_group_ids()
2163
if (
IS_MNT_SHARED
(dest_mnt)) {
in attach_recursive_mnt()
2733
if (attached &&
IS_MNT_SHARED
(parent))
in do_move_mount()
2739
if (
IS_MNT_SHARED
(p) && tree_contains_unbindable(old))
in do_move_mount()
3758
if (
IS_MNT_SHARED
(old_mnt) ||
in SYSCALL_DEFINE2()
3759
IS_MNT_SHARED
(ex_parent) ||
in SYSCALL_DEFINE2()
3760
IS_MNT_SHARED
(root_paren
in SYSCALL_DEFINE2()
[all...]
H
A
D
proc_namespace.c
160
if (
IS_MNT_SHARED
(r))
in show_mountinfo()
/kernel/linux/linux-6.6/fs/
H
A
D
pnode.h
13
#define
IS_MNT_SHARED
(m) ((m)->mnt.mnt_flags & MNT_SHARED)
macro
H
A
D
pnode.c
78
if (
IS_MNT_SHARED
(mnt)) {
in do_make_slave()
256
if (
IS_MNT_SHARED
(m))
in propagate_one()
380
if (!
IS_MNT_SHARED
(from))
in propagation_would_overmount()
H
A
D
namespace.c
1203
((flag & CL_SHARED_TO_SLAVE) &&
IS_MNT_SHARED
(old))) {
in clone_mnt()
1208
if ((flag & CL_MAKE_SHARED) ||
IS_MNT_SHARED
(old))
in clone_mnt()
2182
if (p->mnt_group_id && !
IS_MNT_SHARED
(p))
in cleanup_group_ids()
2192
if (!p->mnt_group_id && !
IS_MNT_SHARED
(p)) {
in invent_group_ids()
2333
if (
IS_MNT_SHARED
(dest_mnt)) {
in attach_recursive_mnt()
2343
if (
IS_MNT_SHARED
(dest_mnt)) {
in attach_recursive_mnt()
2979
if (
IS_MNT_SHARED
(to) || IS_MNT_SLAVE(to))
in do_set_group()
2983
if (!
IS_MNT_SHARED
(from) && !IS_MNT_SLAVE(from))
in do_set_group()
2993
if (
IS_MNT_SHARED
(from)) {
in do_set_group()
3159
if (attached &&
IS_MNT_SHARED
(paren
in do_move_mount()
[all...]
H
A
D
proc_namespace.c
163
if (
IS_MNT_SHARED
(r))
in show_mountinfo()
Completed in 13 milliseconds