Searched refs:bytes_allocated (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dntfs.c66 uint32_t bytes_allocated; member in struct:master_file_table_record
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c1718 le32_to_cpu(ctx->mrec->bytes_allocated))
2156 le32_to_cpu(ctx->mrec->bytes_allocated))
2680 if (biu + size > le32_to_cpu(m->bytes_allocated) ||
2681 pos + size > (u8*)m + le32_to_cpu(m->bytes_allocated)) {
3199 if (le32_to_cpu(ni->mrec->bytes_allocated) -
3213 if (le32_to_cpu(attr_ni->mrec->bytes_allocated) -
3381 alloc_size = le32_to_cpu(m->bytes_allocated);
3612 if (le32_to_cpu(m->bytes_allocated) -
4107 arec_size > le32_to_cpu(ctx->mrec->bytes_allocated)) {
4238 && !(le32_to_cpu(m->bytes_allocated)
[all...]
H A Dmft.c221 if (le32_to_cpu(m->bytes_allocated) != vol->mft_record_size) {
225 le32_to_cpu(m->bytes_allocated));
383 mrec->bytes_allocated = cpu_to_le32(vol->mft_record_size);
H A Dinode.c895 if (le32_to_cpu(ni->mrec->bytes_allocated) -
1006 freed = (le32_to_cpu(ni->mrec->bytes_allocated) -
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h370 /* 28*/ u32 bytes_allocated; /* Number of bytes allocated for this mft member in struct:__anon4179
444 /* 28*/ u32 bytes_allocated; /* Number of bytes allocated for this mft member in struct:__anon4180
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlayout.h313 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft member in struct:__anon16819
373 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft member in struct:__anon16820
H A Dattrib.c610 le32_to_cpu(ctx->mrec->bytes_allocated))
1038 le32_to_cpu(ctx->mrec->bytes_allocated))
1438 if (new_muse > le32_to_cpu(m->bytes_allocated))
H A Dmft.c2063 m->bytes_allocated = cpu_to_le32(vol->mft_record_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddir.c2850 int did_quota = 0, bytes_allocated = 0; local
2932 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);
2947 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);
3095 bytes_allocated += ocfs2_clusters_to_bytes(dir->i_sb, 1);
3119 dquot_free_space_nodirty(dir, bytes_allocated);

Completed in 226 milliseconds