Home
last modified time | relevance | path

Searched refs:cluster_mask (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/scrub/
H A Dialloc.c372 uint16_t cluster_mask = 0; in xchk_iallocbt_check_cluster() local
386 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster()
396 ir_holemask = (irec->ir_holemask & cluster_mask); in xchk_iallocbt_check_cluster()
410 cluster_base, nr_inodes, cluster_mask, ir_holemask, in xchk_iallocbt_check_cluster()
415 if (ir_holemask != cluster_mask && ir_holemask != 0) { in xchk_iallocbt_check_cluster()
H A Dtrace.h790 uint16_t cluster_mask, uint16_t holemask,
793 cluster_mask, holemask, cluster_ino),
803 __field(uint16_t, cluster_mask)
814 __entry->cluster_mask = cluster_mask;
826 __entry->cluster_mask,
/linux/fs/ntfs3/
H A Dbitmap.c543 u32 off = vbo & sbi->cluster_mask; in wnd_rescan()
697 lbo = ((u64)lcn << sbi->cluster_bits) + (vbo & sbi->cluster_mask); in wnd_map()