Home
last modified time | relevance | path

Searched refs:erofs (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-6.6/fs/erofs/
H A DMakefile3 obj-$(CONFIG_EROFS_FS) += erofs.o
4 erofs-objs := super.o inode.o data.o namei.o dir.o utils.o sysfs.o
5 erofs-$(CONFIG_EROFS_FS_XATTR) += xattr.o
6 erofs-$(CONFIG_EROFS_FS_ZIP) += decompressor.o zmap.o zdata.o pcpubuf.o
7 erofs-$(CONFIG_EROFS_FS_ZIP_LZMA) += decompressor_lzma.o
8 erofs-$(CONFIG_EROFS_FS_ZIP_DEFLATE) += decompressor_deflate.o
9 erofs-$(CONFIG_EROFS_FS_ONDEMAND) += fscache.o
H A Dsysfs.c68 ATTRIBUTE_GROUPS(erofs); variable
70 /* Features this copy of erofs supports */
254 kobject_set_name(&erofs_root.kobj, "erofs"); in erofs_init_sysfs()
H A Dnamei.c8 #include <trace/events/erofs.h>
H A Ddata.c11 #include <trace/events/erofs.h>
H A Dinode.c9 #include <trace/events/erofs.h>
H A Dsuper.c19 #include <trace/events/erofs.h>
289 erofs_err(sb, "cannot read erofs superblock"); in erofs_read_superblock()
298 erofs_err(sb, "cannot find valid erofs superblock"); in erofs_read_superblock()
636 errorfc(fc, "failed to set erofs blksize"); in erofs_fc_fill_super()
841 .name = "erofs",
846 MODULE_ALIAS_FS("erofs");
H A Dzmap.c8 #include <trace/events/erofs.h>
H A Dzdata.c10 #include <trace/events/erofs.h>
436 "fs/erofs:online", erofs_cpu_online, erofs_cpu_offline); in erofs_cpu_hotplug_init()
/kernel/linux/linux-5.10/fs/
H A DMakefile138 obj-$(CONFIG_EROFS_FS) += erofs/
/kernel/linux/linux-5.10/fs/erofs/
H A Dnamei.c9 #include <trace/events/erofs.h>
H A Ddata.c10 #include <trace/events/erofs.h>
H A Dinternal.h21 /* redefine pr_fmt "erofs: " */
23 #define pr_fmt(fmt) "erofs: " fmt
205 #error erofs cannot be used in this platform
H A Dzmap.c9 #include <trace/events/erofs.h>
H A Dsuper.c18 #include <trace/events/erofs.h>
136 erofs_err(sb, "cannot read erofs superblock"); in erofs_read_superblock()
147 erofs_err(sb, "cannot find valid erofs superblock"); in erofs_read_superblock()
349 erofs_err(sb, "failed to set erofs blksize"); in erofs_fc_fill_super()
491 .name = "erofs",
496 MODULE_ALIAS_FS("erofs");
H A Dinode.c9 #include <trace/events/erofs.h>
288 * erofs nid is 64bits, but i_ino is 'unsigned long', therefore
H A Dzdata.c11 #include <trace/events/erofs.h>
/kernel/linux/linux-6.6/fs/
H A DMakefile132 obj-$(CONFIG_EROFS_FS) += erofs/
/kernel/linux/linux-5.10/include/trace/events/
H A Derofs.h3 #define TRACE_SYSTEM erofs
/kernel/linux/linux-6.6/include/trace/events/
H A Derofs.h3 #define TRACE_SYSTEM erofs

Completed in 16 milliseconds