Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ubifs/ !
Djournal.c483 ubifs_prep_grp_node(c, ino, UBIFS_INO_NODE_SZ + data_len, last); in pack_inode()
557 ilen = UBIFS_INO_NODE_SZ; in ubifs_jnl_update()
573 len = aligned_dlen + aligned_ilen + UBIFS_INO_NODE_SZ; in ubifs_jnl_update()
678 UBIFS_INO_NODE_SZ + host_ui->data_len, hash_ino_host); in ubifs_jnl_update()
846 int sync = 0, write_len = 0, ilen = UBIFS_INO_NODE_SZ; in ubifs_jnl_write_inode()
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()
1060 int err, dlen1, dlen2, lnum, offs, len, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_xrename()
1230 int aligned_dlen1, aligned_dlen2, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_rename()
1251 ilen = UBIFS_INO_NODE_SZ; in ubifs_jnl_rename()
[all …]
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()
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)
Dmisc.h281 int max_xattrs = (c->leb_size / 2) / UBIFS_INO_NODE_SZ; in ubifs_xattr_max_cnt()
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()
1599 UBIFS_DATA_NODE_SZ, UBIFS_INO_NODE_SZ, UBIFS_DENT_NODE_SZ); in mount_ubifs()
2382 BUILD_BUG_ON(UBIFS_INO_NODE_SZ & 7); in ubifs_init()
2401 BUILD_BUG_ON(UBIFS_INO_NODE_SZ < MIN_WRITE_SZ); in ubifs_init()
2414 BUILD_BUG_ON(UBIFS_INO_NODE_SZ != 160); in ubifs_init()
Dgc.c394 snod->len == UBIFS_INO_NODE_SZ) in move_nodes()
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()
Dubifs.h116 #define CALC_XATTR_BYTES(data_len) ALIGN(UBIFS_INO_NODE_SZ + (data_len) + 1, 8)
Ddir.c119 inode->i_size = ui->ui_size = UBIFS_INO_NODE_SZ; in ubifs_new_inode()
Dlpt.c664 node_sz = UBIFS_INO_NODE_SZ; in ubifs_create_dflt_lpt()