Home
last modified time | relevance | path

Searched refs:inode_size (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnilfs2_ondisk.h95 #define NILFS_SR_MDT_OFFSET(inode_size, i) \ argument
97 (inode_size) * (i))
98 #define NILFS_SR_DAT_OFFSET(inode_size) NILFS_SR_MDT_OFFSET(inode_size, 0) argument
99 #define NILFS_SR_CPFILE_OFFSET(inode_size) NILFS_SR_MDT_OFFSET(inode_size, 1) argument
100 #define NILFS_SR_SUFILE_OFFSET(inode_size) NILFS_SR_MDT_OFFSET(inode_size, 2) argument
101 #define NILFS_SR_BYTES(inode_size) NILFS_SR_MDT_OFFSET(inode_size, 3) argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnilfs2_ondisk.h95 #define NILFS_SR_MDT_OFFSET(inode_size, i) \ argument
97 (inode_size) * (i))
98 #define NILFS_SR_DAT_OFFSET(inode_size) NILFS_SR_MDT_OFFSET(inode_size, 0) argument
99 #define NILFS_SR_CPFILE_OFFSET(inode_size) NILFS_SR_MDT_OFFSET(inode_size, 1) argument
100 #define NILFS_SR_SUFILE_OFFSET(inode_size) NILFS_SR_MDT_OFFSET(inode_size, 2) argument
101 #define NILFS_SR_BYTES(inode_size) NILFS_SR_MDT_OFFSET(inode_size, 3) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnilfs2_ondisk.h95 #define NILFS_SR_MDT_OFFSET(inode_size, i) \ argument
97 (inode_size) * (i))
98 #define NILFS_SR_DAT_OFFSET(inode_size) NILFS_SR_MDT_OFFSET(inode_size, 0) argument
99 #define NILFS_SR_CPFILE_OFFSET(inode_size) NILFS_SR_MDT_OFFSET(inode_size, 1) argument
100 #define NILFS_SR_SUFILE_OFFSET(inode_size) NILFS_SR_MDT_OFFSET(inode_size, 2) argument
101 #define NILFS_SR_BYTES(inode_size) NILFS_SR_MDT_OFFSET(inode_size, 3) argument
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dorangefs-utils.c240 loff_t inode_size; in orangefs_inode_getattr() local
317 inode_size = (loff_t)new_op-> in orangefs_inode_getattr()
319 inode->i_size = inode_size; in orangefs_inode_getattr()
322 inode->i_bytes = inode_size; in orangefs_inode_getattr()
324 (inode_size + 512 - inode_size % 512)/512; in orangefs_inode_getattr()
/OK3568_Linux_fs/kernel/fs/befs/
H A Dsuper.c38 befs_sb->inode_size = fs32_to_cpu(sb, disk_sb->inode_size); in befs_load_sb()
H A Dbefs_fs_types.h124 fs32 inode_size; member
189 fs32 inode_size; member
H A Ddebug.c104 befs_debug(sb, " inode_size %u", fs32_to_cpu(sb, inode->inode_size)); in befs_dump_inode()
174 befs_debug(sb, " inode_size %u", fs32_to_cpu(sb, sup->inode_size)); in befs_dump_super_block()
H A Dbefs.h39 u32 inode_size; member
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Difile.c181 size_t inode_size, struct nilfs_inode *raw_inode, in nilfs_ifile_read() argument
198 err = nilfs_palloc_init_blockgroup(ifile, inode_size); in nilfs_ifile_read()
H A Dthe_nilfs.c104 unsigned int inode_size; in nilfs_load_super_root() local
117 inode_size = nilfs->ns_inode_size; in nilfs_load_super_root()
119 rawi = (void *)bh_sr->b_data + NILFS_SR_DAT_OFFSET(inode_size); in nilfs_load_super_root()
124 rawi = (void *)bh_sr->b_data + NILFS_SR_CPFILE_OFFSET(inode_size); in nilfs_load_super_root()
129 rawi = (void *)bh_sr->b_data + NILFS_SR_SUFILE_OFFSET(inode_size); in nilfs_load_super_root()
H A Difile.h42 size_t inode_size, struct nilfs_inode *raw_inode,
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_icreate_item.c94 unsigned int inode_size, in xfs_icreate_log() argument
110 icp->ic_format.icl_isize = cpu_to_be32(inode_size); in xfs_icreate_log()
H A Dxfs_icreate_item.h19 unsigned int inode_size, xfs_agblock_t length,
/OK3568_Linux_fs/u-boot/include/
H A Dext_common.h93 __le16 inode_size; member
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode.c5091 int inode_size = EXT4_INODE_SIZE(sb); in ext4_update_other_inodes_time() local
5100 for (i = 0; i < inodes_per_block; i++, ino++, buf += inode_size) { in ext4_update_other_inodes_time()
5862 unsigned int inode_size = EXT4_INODE_SIZE(inode->i_sb); in __ext4_expand_extra_isize() local
5867 if ((EXT4_GOOD_OLD_INODE_SIZE + ei->i_extra_isize > inode_size) || in __ext4_expand_extra_isize()
5876 (new_extra_isize > inode_size - EXT4_GOOD_OLD_INODE_SIZE)) in __ext4_expand_extra_isize()
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.c2358 fs->inodesz = le16_to_cpu(data->sblock.inode_size); in ext4fs_mount()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dctree.h1680 BTRFS_SETGET_FUNCS(inode_size, struct btrfs_inode_item, size, 64);
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...