Searched refs:UBIFS_INO_NODE_SZ (Results 1 – 10 of 10) sorted by relevance
/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() 677 UBIFS_INO_NODE_SZ + host_ui->data_len, hash_ino_host); in ubifs_jnl_update() 845 int sync = 0, write_len = 0, ilen = UBIFS_INO_NODE_SZ; in ubifs_jnl_write_inode() 860 write_len += UBIFS_INO_NODE_SZ * ui->xattr_cnt; in ubifs_jnl_write_inode() 914 ino = (void *)ino + UBIFS_INO_NODE_SZ; in ubifs_jnl_write_inode() 1055 int err, dlen1, dlen2, lnum, offs, len, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_xrename() 1221 int aligned_dlen1, aligned_dlen2, plen = UBIFS_INO_NODE_SZ; in ubifs_jnl_rename() 1241 ilen = UBIFS_INO_NODE_SZ; in ubifs_jnl_rename() [all …]
|
D | sb.c | 165 ino = kzalloc(ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size), GFP_KERNEL); in create_default_filesystem() 253 tmp64 -= ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size); in create_default_filesystem() 257 ino_waste = ALIGN(UBIFS_INO_NODE_SZ, c->min_io_size) - in create_default_filesystem() 258 UBIFS_INO_NODE_SZ; in create_default_filesystem() 267 mst->total_used = cpu_to_le64(UBIFS_INO_NODE_SZ); in create_default_filesystem() 282 br->len = cpu_to_le32(UBIFS_INO_NODE_SZ); in create_default_filesystem() 305 ino->size = cpu_to_le64(UBIFS_INO_NODE_SZ); in create_default_filesystem() 326 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 | 582 c->ranges[UBIFS_INO_NODE].min_len = UBIFS_INO_NODE_SZ; in init_constants_early() 707 c->bi.inode_budget = UBIFS_INO_NODE_SZ; in init_constants_sb() 1548 UBIFS_DATA_NODE_SZ, UBIFS_INO_NODE_SZ, UBIFS_DENT_NODE_SZ); in mount_ubifs() 2324 BUILD_BUG_ON(UBIFS_INO_NODE_SZ & 7); in ubifs_init() 2343 BUILD_BUG_ON(UBIFS_INO_NODE_SZ < MIN_WRITE_SZ); in ubifs_init() 2356 BUILD_BUG_ON(UBIFS_INO_NODE_SZ != 160); in ubifs_init()
|
D | gc.c | 397 snod->len == UBIFS_INO_NODE_SZ) in move_nodes()
|
D | debug.c | 1109 loff_t size = UBIFS_INO_NODE_SZ; in dbg_check_dir() 1856 fscki->calc_sz = UBIFS_INO_NODE_SZ; in add_inode() 1930 if (zbr->len < UBIFS_INO_NODE_SZ) { in read_add_inode()
|
D | ubifs.h | 114 #define CALC_XATTR_BYTES(data_len) ALIGN(UBIFS_INO_NODE_SZ + (data_len) + 1, 8)
|
D | dir.c | 124 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()
|