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:ext4
(Results
1 - 25
of
42
) sorted by relevance
1
2
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
Makefile
3
# Makefile for the linux
ext4
-filesystem routines.
6
obj-$(CONFIG_EXT4_FS) +=
ext4
.o
8
ext4
-y := balloc.o bitmap.o block_validity.o dir.o ext4_jbd2.o extents.o \
15
ext4
-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o
16
ext4
-$(CONFIG_EXT4_FS_SECURITY) += xattr_security.o
17
ext4
-inode-test-objs += inode-test.o
18
obj-$(CONFIG_EXT4_KUNIT_TESTS) +=
ext4
-inode-test.o
19
ext4
-$(CONFIG_FS_VERITY) += verity.o
20
ext4
-$(CONFIG_FS_ENCRYPTION) += crypto.o
H
A
D
fsync.c
3
* linux/fs/
ext4
/fsync.c
33
#include "
ext4
.h"
36
#include <trace/events/
ext4
.h>
H
A
D
ext4_jbd2.c
3
* Interface between
ext4
and JBD
8
#include <trace/events/
ext4
.h>
257
* The
ext4
forget function must perform a revoke if we are freeing data
H
A
D
sysfs.c
3
* linux/fs/
ext4
/sysfs.c
18
#include "
ext4
.h"
48
static const char proc_dirname[] = "fs/
ext4
";
302
ATTRIBUTE_GROUPS(
ext4
);
variable
304
/* Features this copy of
ext4
supports */
572
ext4_root = kobject_create_and_add("
ext4
", fs_kobj);
in ext4_init_sysfs()
H
A
D
fsmap.c
7
#include "
ext4
.h"
13
#include <trace/events/
ext4
.h>
H
A
D
balloc.c
3
* linux/fs/
ext4
/balloc.c
20
#include "
ext4
.h"
24
#include <trace/events/
ext4
.h>
H
A
D
indirect.c
3
* linux/fs/
ext4
/indirect.c
7
* linux/fs/
ext4
/inode.c
29
#include <trace/events/
ext4
.h>
51
* To store the locations of file's data
ext4
uses a data structure common
838
/* Nope, don't do this in
ext4
. Must leave the tree intact */
in ext4_find_shared()
1150
*
ext4
*really* writes onto the disk inode.
in ext4_ind_truncate()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
Makefile
3
# Makefile for the linux
ext4
-filesystem routines.
6
obj-$(CONFIG_EXT4_FS) +=
ext4
.o
8
ext4
-y := balloc.o bitmap.o block_validity.o dir.o ext4_jbd2.o extents.o \
15
ext4
-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o
16
ext4
-$(CONFIG_EXT4_FS_SECURITY) += xattr_security.o
17
ext4
-inode-test-objs += inode-test.o
18
obj-$(CONFIG_EXT4_KUNIT_TESTS) +=
ext4
-inode-test.o
19
ext4
-$(CONFIG_FS_VERITY) += verity.o
H
A
D
fsync.c
3
* linux/fs/
ext4
/fsync.c
32
#include "
ext4
.h"
35
#include <trace/events/
ext4
.h>
H
A
D
ext4_jbd2.c
3
* Interface between
ext4
and JBD
8
#include <trace/events/
ext4
.h>
242
* The
ext4
forget function must perform a revoke if we are freeing data
H
A
D
sysfs.c
3
* linux/fs/
ext4
/sysfs.c
18
#include "
ext4
.h"
48
static const char proc_dirname[] = "fs/
ext4
";
304
ATTRIBUTE_GROUPS(
ext4
);
variable
306
/* Features this copy of
ext4
supports */
561
ext4_root = kobject_create_and_add("
ext4
", fs_kobj);
in ext4_init_sysfs()
H
A
D
fsmap.c
7
#include "
ext4
.h"
13
#include <trace/events/
ext4
.h>
H
A
D
indirect.c
3
* linux/fs/
ext4
/indirect.c
7
* linux/fs/
ext4
/inode.c
29
#include <trace/events/
ext4
.h>
51
* To store the locations of file's data
ext4
uses a data structure common
835
/* Nope, don't do this in
ext4
. Must leave the tree intact */
in ext4_find_shared()
1145
*
ext4
*really* writes onto the disk inode.
in ext4_ind_truncate()
H
A
D
balloc.c
3
* linux/fs/
ext4
/balloc.c
20
#include "
ext4
.h"
24
#include <trace/events/
ext4
.h>
H
A
D
ialloc.c
3
* linux/fs/
ext4
/ialloc.c
29
#include "
ext4
.h"
34
#include <trace/events/
ext4
.h>
H
A
D
ioctl.c
3
* linux/fs/
ext4
/ioctl.c
24
#include "
ext4
.h"
27
#include <trace/events/
ext4
.h>
700
*
ext4
doesn't report file extents at all, so the only valid
in ext4_ioc_getfsmap()
H
A
D
fast_commit.c
4
* fs/
ext4
/fast_commit.c
10
#include "
ext4
.h"
119
#include <trace/events/
ext4
.h>
H
A
D
extents_status.c
3
* fs/
ext4
/extents_status.c
16
#include "
ext4
.h"
18
#include <trace/events/
ext4
.h>
58
* Extent status tree implementation for
ext4
.
66
* Without extent status tree,
ext4
identifies a delayed extent by looking
101
* physically. Unlike extent in extent tree, this extent in
ext4
is
/kernel/linux/linux-5.10/fs/freevxfs/
H
A
D
vxfs_inode.h
134
struct vxfs_ext4
ext4
;
member
147
#define vdi_ext4 vdi_org.
ext4
177
struct vxfs_ext4
ext4
;
member
186
#define vii_ext4 vii_org.
ext4
/kernel/linux/linux-6.6/fs/freevxfs/
H
A
D
vxfs_inode.h
109
struct vxfs_ext4
ext4
;
member
122
#define vdi_ext4 vdi_org.
ext4
152
struct vxfs_ext4
ext4
;
member
161
#define vii_ext4 vii_org.
ext4
/kernel/linux/linux-5.10/fs/
H
A
D
Makefile
73
obj-$(CONFIG_EXT4_FS) +=
ext4
/
76
# We place
ext4
before ext2 so that clean ext3 root fs's do NOT mount using the
/kernel/linux/linux-6.6/fs/
H
A
D
Makefile
66
obj-$(CONFIG_EXT4_FS) +=
ext4
/
69
# We place
ext4
before ext2 so that clean ext3 root fs's do NOT mount using the
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
vmtest.sh
225
mkfs.
ext4
-q "${rootfs_img}"
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
lm85.c
453
int
ext4
= lm85_read_value(client,
in lm85_update_device()
local
456
data->in_ext[1] =
ext4
& 0x0f;
in lm85_update_device()
457
data->in_ext[2] =
ext4
>> 4;
in lm85_update_device()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
lm85.c
453
int
ext4
= lm85_read_value(client,
in lm85_update_device()
local
456
data->in_ext[1] =
ext4
& 0x0f;
in lm85_update_device()
457
data->in_ext[2] =
ext4
>> 4;
in lm85_update_device()
Completed in 28 milliseconds
1
2