Home
last modified time | relevance | path

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

/fs/ubifs/
Djournal.c494 ubifs_prep_grp_node(c, ino, UBIFS_INO_NODE_SZ + data_len, last); in pack_inode()
559 ilen = UBIFS_INO_NODE_SZ; in ubifs_jnl_update()
575 len = aligned_dlen + aligned_ilen + UBIFS_INO_NODE_SZ; in ubifs_jnl_update()
656 UBIFS_INO_NODE_SZ + host_ui->data_len); in ubifs_jnl_update()
789 int sync = 0, len = UBIFS_INO_NODE_SZ, last_reference = !inode->i_nlink; in ubifs_jnl_write_inode()
931 int err, dlen1, dlen2, lnum, offs, len, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_xrename()
1077 int aligned_dlen1, aligned_dlen2, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_rename()
1094 ilen = UBIFS_INO_NODE_SZ; in ubifs_jnl_rename()
1321 sz = UBIFS_TRUN_NODE_SZ + UBIFS_INO_NODE_SZ + in ubifs_jnl_truncate()
1327 trun = (void *)ino + UBIFS_INO_NODE_SZ; in ubifs_jnl_truncate()
[all …]
Dsb.c237 tmp64 -= ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size); in create_default_filesystem()
241 ino_waste = ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size) - in create_default_filesystem()
242 UBIFS_INO_NODE_SZ; in create_default_filesystem()
251 mst->total_used = cpu_to_le64(UBIFS_INO_NODE_SZ); in create_default_filesystem()
281 br->len = cpu_to_le32(UBIFS_INO_NODE_SZ); in create_default_filesystem()
291 tmp = ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size); in create_default_filesystem()
308 ino->size = cpu_to_le64(UBIFS_INO_NODE_SZ); in create_default_filesystem()
313 err = ubifs_write_node(c, ino, UBIFS_INO_NODE_SZ, in create_default_filesystem()
Dubifs-media.h278 #define UBIFS_INO_NODE_SZ sizeof(struct ubifs_ino_node) macro
296 #define UBIFS_MAX_INO_NODE_SZ (UBIFS_INO_NODE_SZ + UBIFS_MAX_INO_DATA)
Dsuper.c579 c->ranges[UBIFS_INO_NODE].min_len = UBIFS_INO_NODE_SZ; in init_constants_early()
700 c->bi.inode_budget = UBIFS_INO_NODE_SZ; in init_constants_sb()
1444 UBIFS_DATA_NODE_SZ, UBIFS_INO_NODE_SZ, UBIFS_DENT_NODE_SZ); in mount_ubifs()
2204 BUILD_BUG_ON(UBIFS_INO_NODE_SZ & 7); in ubifs_init()
2223 BUILD_BUG_ON(UBIFS_INO_NODE_SZ < MIN_WRITE_SZ); in ubifs_init()
2236 BUILD_BUG_ON(UBIFS_INO_NODE_SZ != 160); in ubifs_init()
Dgc.c400 snod->len == UBIFS_INO_NODE_SZ) in move_nodes()
Ddebug.c1111 loff_t size = UBIFS_INO_NODE_SZ; in dbg_check_dir()
1859 fscki->calc_sz = UBIFS_INO_NODE_SZ; in add_inode()
1933 if (zbr->len < UBIFS_INO_NODE_SZ) { in read_add_inode()
Dubifs.h123 #define CALC_XATTR_BYTES(data_len) ALIGN(UBIFS_INO_NODE_SZ + (data_len) + 1, 8)
Ddir.c121 inode->i_size = ui->ui_size = UBIFS_INO_NODE_SZ; in ubifs_new_inode()
Dlpt.c667 node_sz = UBIFS_INO_NODE_SZ; in ubifs_create_dflt_lpt()