Searched refs:f2fs (Results 1 - 18 of 18) sorted by relevance

/linux-master/fs/f2fs/
H A DMakefile2 obj-$(CONFIG_F2FS_FS) += f2fs.o
4 f2fs-y := dir.o file.o inode.o namei.o hash.o super.o inline.o
5 f2fs-y += checkpoint.o gc.o data.o node.o segment.o recovery.o
6 f2fs-y += shrinker.o extent_cache.o sysfs.o
7 f2fs-$(CONFIG_F2FS_STAT_FS) += debug.o
8 f2fs-$(CONFIG_F2FS_FS_XATTR) += xattr.o
9 f2fs-$(CONFIG_F2FS_FS_POSIX_ACL) += acl.o
10 f2fs-$(CONFIG_FS_VERITY) += verity.o
11 f2fs-$(CONFIG_F2FS_FS_COMPRESSION) += compress.o
12 f2fs
[all...]
H A Diostat.c3 * f2fs iostat support
13 #include "f2fs.h"
15 #include <trace/events/f2fs.h>
H A Dsysfs.c3 * f2fs sysfs interface
17 #include "f2fs.h"
21 #include <trace/events/f2fs.h>
25 /* Sysfs support for f2fs */
831 * 1) /sys/fs/f2fs/features
832 * : shows runtime features supported by in-kernel f2fs along with Kconfig.
835 * 2) /sys/fs/f2fs/$s_id/features <deprecated>
836 * : shows on-disk features enabled by mkfs.f2fs, used for old kernels. This
840 * 3) /sys/fs/f2fs/$s_id/feature_list
841 * : shows on-disk features enabled by mkfs.f2fs pe
1204 ATTRIBUTE_GROUPS(f2fs); variable
[all...]
H A Dinline.c3 * fs/f2fs/inline.c
13 #include "f2fs.h"
15 #include <trace/events/f2fs.h>
H A Dinode.c3 * fs/f2fs/inode.c
16 #include "f2fs.h"
21 #include <trace/events/f2fs.h>
779 * atime could be updated without dirtying f2fs inode in lazytime mode
H A Ddir.c3 * fs/f2fs/dir.c
13 #include "f2fs.h"
17 #include <trace/events/f2fs.h>
104 * and the f2fs dirhash if needed, then packing all the information about this
123 * and the f2fs dirhash if needed, then packing all the information about this
H A Dnamei.c3 * fs/f2fs/namei.c
18 #include "f2fs.h"
23 #include <trace/events/f2fs.h>
H A Dextent_cache.c3 * f2fs extent cache support
18 #include "f2fs.h"
20 #include <trace/events/f2fs.h>
H A Dcheckpoint.c3 * fs/f2fs/checkpoint.c
18 #include "f2fs.h"
22 #include <trace/events/f2fs.h>
H A Dcompress.c3 * f2fs compress support
18 #include "f2fs.h"
21 #include <trace/events/f2fs.h>
H A Dgc.c3 * fs/f2fs/gc.c
19 #include "f2fs.h"
24 #include <trace/events/f2fs.h>
154 /* balancing f2fs's metadata periodically */
H A Dfile.c3 * fs/f2fs/file.c
29 #include "f2fs.h"
36 #include <trace/events/f2fs.h>
37 #include <uapi/linux/f2fs.h>
866 * f2fs sometimes supports DIO reads but not DIO writes. STATX_DIOALIGN
1429 /* collapse range should be aligned to block size of f2fs. */
1633 /* insert range should be aligned to block size of f2fs. */
1812 /* f2fs only support ->fallocate for regular file */
1974 * To make a new on-disk f2fs i_flag gettable via FS_IOC_GETFLAGS, add an entry
2029 /* Convert f2fs o
[all...]
H A Dnode.c3 * fs/f2fs/node.c
16 #include "f2fs.h"
21 #include <trace/events/f2fs.h>
2125 /* balancing f2fs's metadata in background */
2181 * Structure of the f2fs node operations
H A Ddata.c3 * fs/f2fs/data.c
25 #include "f2fs.h"
29 #include <trace/events/f2fs.h>
483 * The f2fs garbage collector sets ->encrypted_page when it wants to
495 * The f2fs garbage collector sets ->encrypted_page when it wants to
2323 * This function was originally taken from fs/mpage.c, and customized for f2fs.
2324 * Major change was from block_size == page_size in f2fs by default.
H A Dsuper.c3 * fs/f2fs/super.c
32 #include "f2fs.h"
40 #include <trace/events/f2fs.h>
87 /* f2fs-wide shrinker description */
92 f2fs_shrinker_info = shrinker_alloc(0, "f2fs-shrinker");
648 /* f2fs does not support negative compress level now */
717 /* this option mounts f2fs with ro */
1408 /* Initialize f2fs-specific inode info */
1657 /* destroy f2fs internal modules */
3213 .legacy_key_prefix = "f2fs
[all...]
H A Dsegment.c3 * fs/f2fs/segment.c
21 #include "f2fs.h"
26 #include <trace/events/f2fs.h>
2689 * If we format f2fs on zoned storage, let's try to get pinned sections
/linux-master/fs/
H A DMakefile124 obj-$(CONFIG_F2FS_FS) += f2fs/
/linux-master/include/trace/events/
H A Df2fs.h3 #define TRACE_SYSTEM f2fs
9 #include <uapi/linux/f2fs.h>

Completed in 253 milliseconds