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_idmapped_mnt
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/cachefiles/
H
A
D
cache.c
47
if (
is_idmapped_mnt
(path.mnt)) {
in cachefiles_add_cache()
/kernel/linux/linux-6.6/fs/
H
A
D
proc_namespace.c
83
if (
is_idmapped_mnt
(mnt))
in show_mnt_opts()
H
A
D
namespace.c
4308
if (
is_idmapped_mnt
(m))
in can_idmap_mount()
/kernel/linux/linux-6.6/fs/overlayfs/
H
A
D
inode.c
536
if (!
is_idmapped_mnt
(path->mnt))
in ovl_get_acl_path()
588
if (
is_idmapped_mnt
(realpath.mnt))
in do_ovl_get_acl()
/kernel/linux/linux-6.6/fs/ecryptfs/
H
A
D
main.c
540
if (
is_idmapped_mnt
(path.mnt)) {
in ecryptfs_mount()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
export.c
430
if (
is_idmapped_mnt
(path->mnt)) {
in check_export()
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
2479
*
is_idmapped_mnt
- check whether a mount is mapped
2486
static inline bool
is_idmapped_mnt
(const struct vfsmount *mnt)
in is_idmapped_mnt()
function
/kernel/linux/linux-6.6/mm/
H
A
D
shmem.c
4802
if (
is_idmapped_mnt
(mnt))
in __shmem_file_setup()
Completed in 24 milliseconds