Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nilfs2/
Dthe_nilfs.c118 inode_size = nilfs->ns_inode_size; in nilfs_load_super_root()
423 nilfs->ns_inode_size = le16_to_cpu(sbp->s_inode_size); in nilfs_store_disk_layout()
424 if (nilfs->ns_inode_size > nilfs->ns_blocksize) { in nilfs_store_disk_layout()
426 nilfs->ns_inode_size); in nilfs_store_disk_layout()
428 } else if (nilfs->ns_inode_size < NILFS_MIN_INODE_SIZE) { in nilfs_store_disk_layout()
430 nilfs->ns_inode_size); in nilfs_store_disk_layout()
Dthe_nilfs.h183 int ns_inode_size; member
Dsegbuf.c234 srsize = NILFS_SR_BYTES(nilfs->ns_inode_size); in nilfs_segbuf_fill_in_super_root_crc()
Dsuper.c541 err = nilfs_ifile_read(sb, root, nilfs->ns_inode_size, in nilfs_attach_checkpoint()
Dinode.c791 nilfs->ns_inode_size - sizeof(*raw_inode)); in nilfs_write_inode_common()
Dsegment.c969 isz = nilfs->ns_inode_size; in nilfs_segctor_fill_in_super_root()