Home
last modified time | relevance | path

Searched refs:xdatum_mem_threshold (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/jffs2/
Djffs2_fs_sb.h157 uint32_t xdatum_mem_threshold; member
Dxattr.c110 if (c->xdatum_mem_threshold > c->xdatum_mem_usage) in reclaim_xattr_datum()
722 c->xdatum_mem_threshold = 32 * 1024; /* Default 32KB */ in jffs2_init_xattr_subsystem()
/kernel/liteos_a/fs/jffs2/
Djffs2.patch8710 - * memory usage by cache is over c->xdatum_mem_threshold. Currently, this threshold
8781 - if (c->xdatum_mem_threshold > c->xdatum_mem_usage)
9393 - c->xdatum_mem_threshold = 32 * 1024; /* Default 32KB */