Home
last modified time | relevance | path

Searched refs:UBIFS_MAX_XENT_NODE_SZ (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dxattr.c284 xent = kmalloc(UBIFS_MAX_XENT_NODE_SZ, GFP_NOFS); in ubifs_xattr_set()
342 xent = kmalloc(UBIFS_MAX_XENT_NODE_SZ, GFP_NOFS); in ubifs_xattr_get()
613 xent = kmalloc(UBIFS_MAX_XENT_NODE_SZ, GFP_NOFS); in ubifs_xattr_remove()
H A Dubifs-media.h289 #define UBIFS_MAX_XENT_NODE_SZ UBIFS_MAX_DENT_NODE_SZ macro
H A Dsuper.c609 c->ranges[UBIFS_XENT_NODE].max_len = UBIFS_MAX_XENT_NODE_SZ; in init_constants_early()
2380 BUILD_BUG_ON(UBIFS_MAX_XENT_NODE_SZ & 7); in ubifs_init()
2393 BUILD_BUG_ON(UBIFS_MAX_XENT_NODE_SZ > UBIFS_MAX_NODE_SZ); in ubifs_init()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs-media.h287 #define UBIFS_MAX_XENT_NODE_SZ UBIFS_MAX_DENT_NODE_SZ macro
H A Dsuper.c770 c->ranges[UBIFS_XENT_NODE].max_len = UBIFS_MAX_XENT_NODE_SZ; in init_constants_early()
2571 BUILD_BUG_ON(UBIFS_MAX_XENT_NODE_SZ & 7); in ubifs_init()
2584 BUILD_BUG_ON(UBIFS_MAX_XENT_NODE_SZ > UBIFS_MAX_NODE_SZ); in ubifs_init()