Home
last modified time | relevance | path

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

/linux/fs/ubifs/
A Djournal.c557 ilen = UBIFS_INO_NODE_SZ; in ubifs_jnl_update()
861 write_len += UBIFS_INO_NODE_SZ * ui->xattr_cnt; in ubifs_jnl_write_inode()
919 ino = (void *)ino + UBIFS_INO_NODE_SZ; in ubifs_jnl_write_inode()
1246 ilen = UBIFS_INO_NODE_SZ; in ubifs_jnl_rename()
1529 sz = UBIFS_TRUN_NODE_SZ + UBIFS_INO_NODE_SZ + in ubifs_jnl_truncate()
1538 trun = (void *)ino + UBIFS_INO_NODE_SZ; in ubifs_jnl_truncate()
1579 len = UBIFS_TRUN_NODE_SZ + UBIFS_INO_NODE_SZ; in ubifs_jnl_truncate()
1692 hlen = host_ui->data_len + UBIFS_INO_NODE_SZ; in ubifs_jnl_delete_xattr()
1721 ino = (void *)ino + UBIFS_INO_NODE_SZ; in ubifs_jnl_delete_xattr()
1754 err = ubifs_add_dirt(c, lnum, UBIFS_INO_NODE_SZ); in ubifs_jnl_delete_xattr()
[all …]
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()
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)
A Dmisc.h281 int max_xattrs = (c->leb_size / 2) / UBIFS_INO_NODE_SZ; in ubifs_xattr_max_cnt()
A Dsuper.c601 c->ranges[UBIFS_INO_NODE].min_len = UBIFS_INO_NODE_SZ; in init_constants_early()
726 c->bi.inode_budget = UBIFS_INO_NODE_SZ; in init_constants_sb()
1587 UBIFS_DATA_NODE_SZ, UBIFS_INO_NODE_SZ, UBIFS_DENT_NODE_SZ); in mount_ubifs()
2369 BUILD_BUG_ON(UBIFS_INO_NODE_SZ & 7); in ubifs_init()
2388 BUILD_BUG_ON(UBIFS_INO_NODE_SZ < MIN_WRITE_SZ); in ubifs_init()
2401 BUILD_BUG_ON(UBIFS_INO_NODE_SZ != 160); in ubifs_init()
A Dgc.c394 snod->len == UBIFS_INO_NODE_SZ) in move_nodes()
A Ddebug.c1130 loff_t size = UBIFS_INO_NODE_SZ; in dbg_check_dir()
1878 fscki->calc_sz = UBIFS_INO_NODE_SZ; in add_inode()
1952 if (zbr->len < UBIFS_INO_NODE_SZ) { in read_add_inode()
A Dubifs.h114 #define CALC_XATTR_BYTES(data_len) ALIGN(UBIFS_INO_NODE_SZ + (data_len) + 1, 8)
A Ddir.c117 inode->i_size = ui->ui_size = UBIFS_INO_NODE_SZ; in ubifs_new_inode()
A Dlpt.c664 node_sz = UBIFS_INO_NODE_SZ; in ubifs_create_dflt_lpt()

Completed in 32 milliseconds