Searched refs:erofs (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | Makefile | 3 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 D | sysfs.c | 68 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 D | namei.c | 8 #include <trace/events/erofs.h>
|
H A D | data.c | 11 #include <trace/events/erofs.h>
|
H A D | inode.c | 9 #include <trace/events/erofs.h>
|
H A D | super.c | 19 #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 D | zmap.c | 8 #include <trace/events/erofs.h>
|
H A D | zdata.c | 10 #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 D | Makefile | 138 obj-$(CONFIG_EROFS_FS) += erofs/
|
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | namei.c | 9 #include <trace/events/erofs.h>
|
H A D | data.c | 10 #include <trace/events/erofs.h>
|
H A D | internal.h | 21 /* redefine pr_fmt "erofs: " */ 23 #define pr_fmt(fmt) "erofs: " fmt 205 #error erofs cannot be used in this platform
|
H A D | zmap.c | 9 #include <trace/events/erofs.h>
|
H A D | super.c | 18 #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 D | inode.c | 9 #include <trace/events/erofs.h> 288 * erofs nid is 64bits, but i_ino is 'unsigned long', therefore
|
H A D | zdata.c | 11 #include <trace/events/erofs.h>
|
/kernel/linux/linux-6.6/fs/ |
H A D | Makefile | 132 obj-$(CONFIG_EROFS_FS) += erofs/
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | erofs.h | 3 #define TRACE_SYSTEM erofs
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | erofs.h | 3 #define TRACE_SYSTEM erofs
|
Completed in 16 milliseconds