HomeSort by: relevance | last modified time | path
    Searched defs:cn_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/ntfs/
ntfs.h 38 typedef u_int64_t cn_t; typedef in typeref:typename:u_int64_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)
    [all...]
ntfs.h 38 typedef u_int64_t cn_t; typedef in typeref:typename:u_int64_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)
    [all...]

Completed in 21 milliseconds