Home
last modified time | relevance | path

Searched refs:cl_per_bl (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/src/
Dntfs-3g.c2954 int cl_per_bl = ctx->vol->cluster_size / blocksize; in ntfs_fuse_bmap() local
2983 lcn = ntfs_rl_vcn_to_lcn(na->rl, *idx / cl_per_bl); in ntfs_fuse_bmap()
2984 *idx = (lcn > 0) ? lcn * cl_per_bl + *idx % cl_per_bl : 0; in ntfs_fuse_bmap()
Dlowntfs-3g.c3249 int cl_per_bl = ctx->vol->cluster_size / blocksize; in ntfs_fuse_bmap() local
3279 lcn = ntfs_rl_vcn_to_lcn(na->rl, vidx / cl_per_bl); in ntfs_fuse_bmap()
3280 lidx = (lcn > 0) ? lcn * cl_per_bl + vidx % cl_per_bl : 0; in ntfs_fuse_bmap()