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_mounted
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
mount.h
95
static inline int
is_mounted
(struct vfsmount *mnt)
in is_mounted()
function
H
A
D
namespace.c
2566
is_mounted
(mnt) ? "remounted" : "mounted",
in mnt_warn_timestamp_expiry()
2714
if (!
is_mounted
(&old->mnt))
in do_move_mount()
/kernel/linux/linux-6.6/fs/
H
A
D
mount.h
94
static inline int
is_mounted
(struct vfsmount *mnt)
in is_mounted()
function
H
A
D
namespace.c
2462
if (beneath && (!
is_mounted
(mnt) || m->mnt_mountpoint != dentry)) {
in do_lock_mount()
2804
is_mounted
(mnt) ? "remounted" : "mounted",
in mnt_warn_timestamp_expiry()
2947
if (!
is_mounted
(&from->mnt))
in do_set_group()
2949
if (!
is_mounted
(&to->mnt))
in do_set_group()
3140
if (!
is_mounted
(&old->mnt))
in do_move_mount()
4467
if (!
is_mounted
(&mnt->mnt))
in do_mount_setattr()
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
record.c
126
if (
is_mounted
(sbi)) {
in mi_read()
442
if (
is_mounted
(sbi) && !is_mft) {
in mi_format_new()
H
A
D
ntfs_fs.h
897
static inline bool
is_mounted
(struct ntfs_sb_info *sbi)
in is_mounted()
function
Completed in 15 milliseconds