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:nsfs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
nsfs.c
12
#include <linux/
nsfs
.h>
258
* @dev: dev_t from
nsfs
that will be matched against current
nsfs
259
* @ino: ino_t from
nsfs
that will be matched against current
nsfs
261
* Return: true if dev and ino matches the current
nsfs
.
294
static struct file_system_type
nsfs
= {
variable
295
.name = "
nsfs
",
302
nsfs_mnt = kern_mount(&
nsfs
);
in nsfs_init()
304
panic("can't set
nsfs
u
in nsfs_init()
[all...]
H
A
D
Makefile
15
stack.o fs_struct.o statfs.o fs_pin.o
nsfs
.o \
/kernel/linux/linux-6.6/fs/
H
A
D
nsfs.c
12
#include <linux/
nsfs
.h>
241
* @dev: dev_t from
nsfs
that will be matched against current
nsfs
242
* @ino: ino_t from
nsfs
that will be matched against current
nsfs
244
* Return: true if dev and ino matches the current
nsfs
.
277
static struct file_system_type
nsfs
= {
variable
278
.name = "
nsfs
",
285
nsfs_mnt = kern_mount(&
nsfs
);
in nsfs_init()
287
panic("can't set
nsfs
u
in nsfs_init()
[all...]
H
A
D
Makefile
16
stack.o fs_struct.o statfs.o fs_pin.o
nsfs
.o \
/kernel/linux/linux-5.10/tools/testing/selftests/
H
A
D
Makefile
42
TARGETS +=
nsfs
/kernel/linux/linux-6.6/tools/testing/selftests/
H
A
D
Makefile
61
TARGETS +=
nsfs
Completed in 3 milliseconds