Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dlayout.h358 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft member
427 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft member
Dattrib.c610 le32_to_cpu(ctx->mrec->bytes_allocated); in ntfs_attr_find()
1070 le32_to_cpu(ctx->mrec->bytes_allocated)) in ntfs_external_attr_find()
1470 if (new_muse > le32_to_cpu(m->bytes_allocated)) in ntfs_attr_record_resize()
Dinode.c1844 if (le32_to_cpu(m->bytes_allocated) != vol->mft_record_size) { in ntfs_read_inode_mount()
1846 le32_to_cpu(m->bytes_allocated), vol->mft_record_size); in ntfs_read_inode_mount()
1858 if (le16_to_cpu(m->attrs_offset) >= le32_to_cpu(m->bytes_allocated)) { in ntfs_read_inode_mount()
Dmft.c2078 m->bytes_allocated = cpu_to_le32(vol->mft_record_size); in ntfs_mft_record_layout()
/linux-4.19.296/fs/ocfs2/
Ddir.c2814 int did_quota = 0, bytes_allocated = 0; in ocfs2_expand_inline_dir() local
2896 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
2911 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
3061 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
3085 dquot_free_space_nodirty(dir, bytes_allocated); in ocfs2_expand_inline_dir()