Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Djournal.c484 ubifs_prep_grp_node(c, ino, UBIFS_INO_NODE_SZ + data_len, last); in pack_inode()
555 ilen = UBIFS_INO_NODE_SZ; in ubifs_jnl_update()
571 len = aligned_dlen + aligned_ilen + UBIFS_INO_NODE_SZ; in ubifs_jnl_update()
660 UBIFS_INO_NODE_SZ + host_ui->data_len); in ubifs_jnl_update()
811 int sync = 0, len = UBIFS_INO_NODE_SZ, last_reference = !inode->i_nlink; in ubifs_jnl_write_inode()
957 int err, dlen1, dlen2, lnum, offs, len, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_xrename()
1100 int aligned_dlen1, aligned_dlen2, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_rename()
1115 ilen = UBIFS_INO_NODE_SZ; in ubifs_jnl_rename()
1370 sz = UBIFS_TRUN_NODE_SZ + UBIFS_INO_NODE_SZ + in ubifs_jnl_truncate()
1376 trun = (void *)ino + UBIFS_INO_NODE_SZ; in ubifs_jnl_truncate()
[all …]
Dsb.c251 tmp64 -= ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size); in create_default_filesystem()
255 ino_waste = ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size) - in create_default_filesystem()
256 UBIFS_INO_NODE_SZ; in create_default_filesystem()
265 mst->total_used = cpu_to_le64(UBIFS_INO_NODE_SZ); in create_default_filesystem()
295 br->len = cpu_to_le32(UBIFS_INO_NODE_SZ); in create_default_filesystem()
305 tmp = ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size); in create_default_filesystem()
326 ino->size = cpu_to_le64(UBIFS_INO_NODE_SZ); in create_default_filesystem()
331 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.c583 c->ranges[UBIFS_INO_NODE].min_len = UBIFS_INO_NODE_SZ; in init_constants_early()
704 c->bi.inode_budget = UBIFS_INO_NODE_SZ; in init_constants_sb()
1478 UBIFS_DATA_NODE_SZ, UBIFS_INO_NODE_SZ, UBIFS_DENT_NODE_SZ); in mount_ubifs()
2244 BUILD_BUG_ON(UBIFS_INO_NODE_SZ & 7); in ubifs_init()
2263 BUILD_BUG_ON(UBIFS_INO_NODE_SZ < MIN_WRITE_SZ); in ubifs_init()
2276 BUILD_BUG_ON(UBIFS_INO_NODE_SZ != 160); in ubifs_init()
Dgc.c400 snod->len == UBIFS_INO_NODE_SZ) in move_nodes()
Ddebug.c1115 loff_t size = UBIFS_INO_NODE_SZ; in dbg_check_dir()
1864 fscki->calc_sz = UBIFS_INO_NODE_SZ; in add_inode()
1938 if (zbr->len < UBIFS_INO_NODE_SZ) { in read_add_inode()
Dubifs.h124 #define CALC_XATTR_BYTES(data_len) ALIGN(UBIFS_INO_NODE_SZ + (data_len) + 1, 8)
Ddir.c136 inode->i_size = ui->ui_size = UBIFS_INO_NODE_SZ; in ubifs_new_inode()
Dlpt.c670 node_sz = UBIFS_INO_NODE_SZ; in ubifs_create_dflt_lpt()