Searched refs:UBIFS_INO_NODE_SZ (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/fs/ubifs/ |
D | journal.c | 483 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() 1226 int aligned_dlen1, aligned_dlen2, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_rename() 1247 ilen = UBIFS_INO_NODE_SZ; in ubifs_jnl_rename() [all …]
|
D | sb.c | 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()
|
D | ubifs-media.h | 266 #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)
|
D | misc.h | 281 int max_xattrs = (c->leb_size / 2) / UBIFS_INO_NODE_SZ; in ubifs_xattr_max_cnt()
|
D | super.c | 601 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() 1590 UBIFS_DATA_NODE_SZ, UBIFS_INO_NODE_SZ, UBIFS_DENT_NODE_SZ); in mount_ubifs() 2373 BUILD_BUG_ON(UBIFS_INO_NODE_SZ & 7); in ubifs_init() 2392 BUILD_BUG_ON(UBIFS_INO_NODE_SZ < MIN_WRITE_SZ); in ubifs_init() 2405 BUILD_BUG_ON(UBIFS_INO_NODE_SZ != 160); in ubifs_init()
|
D | gc.c | 394 snod->len == UBIFS_INO_NODE_SZ) in move_nodes()
|
D | debug.c | 1130 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()
|
D | ubifs.h | 116 #define CALC_XATTR_BYTES(data_len) ALIGN(UBIFS_INO_NODE_SZ + (data_len) + 1, 8)
|
D | dir.c | 120 inode->i_size = ui->ui_size = UBIFS_INO_NODE_SZ; in ubifs_new_inode()
|
D | lpt.c | 664 node_sz = UBIFS_INO_NODE_SZ; in ubifs_create_dflt_lpt()
|