Home | History | Annotate | Download | only in ntfs

Lines Matching defs:cn_t

38 typedef u_int64_t cn_t;
93 cn_t a_vcnstart;
94 cn_t a_vcnend;
162 cn_t ia_bufcn;
187 /* cn_t ie_bufcn; buffer with subnodes */
237 cn_t bf_mftcn; /* $MFT cluster number */
238 cn_t bf_mftmirrcn; /* $MFTMirr cn */
263 cn_t ntm_cfree;
287 #define ntfs_btocn(off) (cn_t)((off) / ((ntmp)->ntm_spc * (ntmp)->ntm_bps))
288 #define ntfs_btocl(off) (cn_t)((off + ntfs_cntob(1) - 1) / ((ntmp)->ntm_spc * (ntmp)->ntm_bps))