Searched refs:UBIFS_INO_NODE_SZ (Results 1 – 4 of 4) sorted by relevance
167 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()
266 #define UBIFS_INO_NODE_SZ sizeof(struct ubifs_ino_node) macro287 #define UBIFS_MAX_INO_NODE_SZ (UBIFS_INO_NODE_SZ + UBIFS_MAX_INO_DATA)
281 int max_xattrs = (c->leb_size / 2) / UBIFS_INO_NODE_SZ; in ubifs_xattr_max_cnt()
664 node_sz = UBIFS_INO_NODE_SZ; in ubifs_create_dflt_lpt()