Searched refs:cl_per_bl (Results 1 – 2 of 2) sorted by relevance
2954 int cl_per_bl = ctx->vol->cluster_size / blocksize; in ntfs_fuse_bmap() local2983 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()
3249 int cl_per_bl = ctx->vol->cluster_size / blocksize; in ntfs_fuse_bmap() local3279 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()