Home
last modified time | relevance | path

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

/linux/fs/ubifs/
A Dxattr.c282 xent = kmalloc(UBIFS_MAX_XENT_NODE_SZ, GFP_NOFS); in ubifs_xattr_set()
340 xent = kmalloc(UBIFS_MAX_XENT_NODE_SZ, GFP_NOFS); in ubifs_xattr_get()
609 xent = kmalloc(UBIFS_MAX_XENT_NODE_SZ, GFP_NOFS); in ubifs_xattr_remove()
A Dubifs-media.h289 #define UBIFS_MAX_XENT_NODE_SZ UBIFS_MAX_DENT_NODE_SZ macro
A Dsuper.c609 c->ranges[UBIFS_XENT_NODE].max_len = UBIFS_MAX_XENT_NODE_SZ; in init_constants_early()
2381 BUILD_BUG_ON(UBIFS_MAX_XENT_NODE_SZ & 7); in ubifs_init()
2394 BUILD_BUG_ON(UBIFS_MAX_XENT_NODE_SZ > UBIFS_MAX_NODE_SZ); in ubifs_init()

Completed in 9 milliseconds