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

  /src/sys/fs/ntfs/
ntfs_subr.h 53 cn_t va_vcnstart;
54 cn_t va_vcnend;
58 cn_t * cn;
59 cn_t * cl;
77 int ntfs_parserun(cn_t *, cn_t *, u_int8_t *, u_long, u_long *);
78 int ntfs_runtocn(cn_t *, struct ntfsmount *, u_int8_t *, u_long, cn_t);
88 int ntfs_runtovrun(cn_t **, cn_t **, u_long *, u_int8_t *)
    [all...]
ntfs_vfsops.h 36 int ntfs_calccfree(struct ntfsmount *, cn_t *);
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_subr.c 71 cn_t cn;
79 size_t, cn_t);
113 cn_t vcn)
158 const char *name, cn_t vcn, struct ntvattr **vapp)
610 ntfs_runtovrun(cn_t **rcnp, cn_t **rclp, u_long *rcntp, u_int8_t *run)
613 cn_t *cn, *cl;
615 cn_t prev, tmp;
772 cn_t cn = 0; /* VCN in current attribute */
914 cn = *(cn_t *) ((char *)rdbuf + aoff
    [all...]
ntfs_vfsops.c 592 ntfs_calccfree(struct ntfsmount *ntmp, cn_t *cfreep)
597 cn_t cfree = 0;

Completed in 15 milliseconds