Home
last modified time | relevance | path

Searched refs:ns_inode_size (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nilfs2/
H A Dthe_nilfs.c115 inode_size = nilfs->ns_inode_size; in nilfs_load_super_root()
454 nilfs->ns_inode_size = le16_to_cpu(sbp->s_inode_size); in nilfs_store_disk_layout()
455 if (nilfs->ns_inode_size > nilfs->ns_blocksize) { in nilfs_store_disk_layout()
457 nilfs->ns_inode_size); in nilfs_store_disk_layout()
459 } else if (nilfs->ns_inode_size < NILFS_MIN_INODE_SIZE) { in nilfs_store_disk_layout()
461 nilfs->ns_inode_size); in nilfs_store_disk_layout()
H A Dthe_nilfs.h86 * @ns_inode_size: size of on-disk inode
178 int ns_inode_size; member
H A Dsegbuf.c243 srsize = NILFS_SR_BYTES(nilfs->ns_inode_size); in nilfs_segbuf_fill_in_super_root_crc()
H A Dsuper.c568 err = nilfs_ifile_read(sb, root, cno, nilfs->ns_inode_size); in nilfs_attach_checkpoint()
H A Dsegment.c936 nilfs->ns_inode_size - sizeof(*raw_inode)); in nilfs_write_root_mdt_inode()
952 isz = nilfs->ns_inode_size; in nilfs_segctor_fill_in_super_root()