Home
last modified time | relevance | path

Searched refs:UBIFS_INO_NODE_SZ (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ubifs/
H A Dsb.c167 ino = kzalloc(ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size), GFP_KERNEL); in create_default_filesystem()
256 tmp64 -= ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size); in create_default_filesystem()
260 ino_waste = ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size) - in create_default_filesystem()
261 UBIFS_INO_NODE_SZ; in create_default_filesystem()
270 mst->total_used = cpu_to_le64(UBIFS_INO_NODE_SZ); in create_default_filesystem()
285 br->len = cpu_to_le32(UBIFS_INO_NODE_SZ); in create_default_filesystem()
306 ino->size = cpu_to_le64(UBIFS_INO_NODE_SZ); in create_default_filesystem()
327 err = ubifs_write_node(c, ino, UBIFS_INO_NODE_SZ, in create_default_filesystem()
H A Dubifs-media.h266 #define UBIFS_INO_NODE_SZ sizeof(struct ubifs_ino_node) macro
287 #define UBIFS_MAX_INO_NODE_SZ (UBIFS_INO_NODE_SZ + UBIFS_MAX_INO_DATA)
H A Dmisc.h281 int max_xattrs = (c->leb_size / 2) / UBIFS_INO_NODE_SZ; in ubifs_xattr_max_cnt()
H A Dlpt.c664 node_sz = UBIFS_INO_NODE_SZ; in ubifs_create_dflt_lpt()