Home
last modified time | relevance | path

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

/linux-4.1.27/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.c2069 m->bytes_allocated = cpu_to_le32(vol->mft_record_size); in ntfs_mft_record_layout()
/linux-4.1.27/fs/ocfs2/
Ddir.c2824 int did_quota = 0, bytes_allocated = 0; in ocfs2_expand_inline_dir() local
2906 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
2921 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
3071 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1); in ocfs2_expand_inline_dir()
3095 dquot_free_space_nodirty(dir, bytes_allocated); in ocfs2_expand_inline_dir()