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:get_fs_type
(Results
1 - 25
of
28
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H
A
D
i915_gemfs.c
19
type =
get_fs_type
("tmpfs");
in i915_gemfs_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H
A
D
i915_gemfs.c
38
type =
get_fs_type
("tmpfs");
in i915_gemfs_init()
/kernel/linux/linux-5.10/fs/
H
A
D
filesystems.c
266
struct file_system_type *
get_fs_type
(const char *name)
in get_fs_type()
function
287
EXPORT_SYMBOL(
get_fs_type
);
variable
H
A
D
fsopen.c
132
fs_type =
get_fs_type
(fs_name);
in SYSCALL_DEFINE2()
H
A
D
namespace.c
2875
type =
get_fs_type
(fstype);
in do_new_mount()
/kernel/linux/linux-6.6/fs/
H
A
D
filesystems.c
273
struct file_system_type *
get_fs_type
(const char *name)
in get_fs_type()
function
294
EXPORT_SYMBOL(
get_fs_type
);
variable
H
A
D
fsopen.c
132
fs_type =
get_fs_type
(fs_name);
in SYSCALL_DEFINE2()
H
A
D
namespace.c
3310
type =
get_fs_type
(fstype);
in do_new_mount()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
gup_longterm.c
38
static __fsword_t
get_fs_type
(int fd)
in get_fs_type()
function
93
__fsword_t fs_type =
get_fs_type
(fd);
in do_test()
/kernel/linux/linux-5.10/kernel/
H
A
D
usermode_driver.c
20
type =
get_fs_type
("tmpfs");
in blob_to_mnt()
/kernel/linux/linux-6.6/kernel/
H
A
D
usermode_driver.c
20
type =
get_fs_type
("tmpfs");
in blob_to_mnt()
/kernel/linux/linux-5.10/security/tomoyo/
H
A
D
mount.c
125
fstype =
get_fs_type
(type);
in tomoyo_mount_acl()
/kernel/linux/linux-6.6/security/tomoyo/
H
A
D
mount.c
125
fstype =
get_fs_type
(type);
in tomoyo_mount_acl()
/kernel/linux/linux-6.6/init/
H
A
D
do_mounts.c
333
struct file_system_type *fs =
get_fs_type
(fstype);
in fs_is_nodev()
/kernel/linux/linux-5.10/arch/um/drivers/
H
A
D
mconsole_kern.c
698
proc_fs_type =
get_fs_type
("proc");
in mount_proc()
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
mconsole_kern.c
699
proc_fs_type =
get_fs_type
("proc");
in mount_proc()
/kernel/linux/linux-5.10/security/apparmor/
H
A
D
mount.c
536
fstype =
get_fs_type
(type);
in aa_new_mount()
/kernel/linux/linux-6.6/security/apparmor/
H
A
D
mount.c
552
fstype =
get_fs_type
(type);
in aa_new_mount()
/kernel/linux/linux-5.10/lib/
H
A
D
test_kmod.c
69
* @TEST_KMOD_FS_TYPE: stress tests
get_fs_type
()
95
* @fs_sync: return value of
get_fs_type
() for @TEST_KMOD_FS_TYPE
98
* @need_mod_put: Some tests (
get_fs_type
() is one) requires putting the module
228
info->fs_sync =
get_fs_type
(config->test_fs);
in run_request()
/kernel/linux/linux-6.6/lib/
H
A
D
test_kmod.c
55
* @TEST_KMOD_FS_TYPE: stress tests
get_fs_type
()
84
* @fs_sync: return value of
get_fs_type
() for @TEST_KMOD_FS_TYPE
87
* @need_mod_put: Some tests (
get_fs_type
() is one) requires putting the module
217
info->fs_sync =
get_fs_type
(config->test_fs);
in run_request()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
proc_sysctl.c
1824
proc_fs_type =
get_fs_type
("proc");
in process_sysctl_arg()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
proc_sysctl.c
1647
proc_fs_type =
get_fs_type
("proc");
in process_sysctl_arg()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
3216
extern struct file_system_type *
get_fs_type
(const char *name);
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
3115
extern struct file_system_type *
get_fs_type
(const char *name);
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4proc.c
1222
type =
get_fs_type
("nfs");
in nfsd4_interssc_connect()
Completed in 44 milliseconds
1
2