Home
last modified time | relevance | path

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

/Linux-v4.19/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()
1046 le32_to_cpu(ctx->mrec->bytes_allocated)) in ntfs_external_attr_find()
1446 if (new_muse > le32_to_cpu(m->bytes_allocated)) in ntfs_attr_record_resize()
Dmft.c2078 m->bytes_allocated = cpu_to_le32(vol->mft_record_size); in ntfs_mft_record_layout()
/Linux-v4.19/fs/ocfs2/
Ddir.c2815 int did_quota = 0, bytes_allocated = 0; in ocfs2_expand_inline_dir() local
2897 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
2912 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
3062 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
3086 dquot_free_space_nodirty(dir, bytes_allocated); in ocfs2_expand_inline_dir()