Searched refs:cn_t (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/ntfs/ |
H A D | ntfs_subr.h | 51 cn_t va_vcnstart; 52 cn_t va_vcnend; 56 cn_t * cn; 57 cn_t * cl; 75 int ntfs_parserun( cn_t *, cn_t *, u_int8_t *, u_long, u_long *); 76 int ntfs_runtocn( cn_t *, struct ntfsmount *, u_int8_t *, u_long, cn_t); 82 int ntfs_runtovrun( cn_t **, cn_t **, u_long *, u_int8_t *); 87 int ntfs_ntvattrget(struct ntfsmount *, struct ntnode *, u_int32_t, const char *, cn_t , struct ntv…
|
H A D | ntfs.h | 33 typedef u_int64_t cn_t; typedef 93 cn_t a_vcnstart; 94 cn_t a_vcnend; 162 cn_t ia_bufcn; 237 cn_t bf_mftcn; /* $MFT cluster number */ 238 cn_t bf_mftmirrcn; /* $MFTMirr cn */ 270 cn_t ntm_cfree; 297 #define ntfs_btocn(off) (cn_t)((off) / ((ntmp)->ntm_spc * (ntmp)->ntm_bps)) 298 #define ntfs_btocl(off) (cn_t)((off + ntfs_cntob(1) - 1) / ((ntmp)->ntm_spc * (ntmp)->ntm_bps))
|
H A D | ntfs_subr.c | 61 cn_t cn; 597 ntfs_runtovrun(cn_t **rcnp, cn_t **rclp, u_long *rcntp, u_int8_t *run) in ntfs_runtovrun() 601 cn_t *cn; in ntfs_runtovrun() 602 cn_t *cl; in ntfs_runtovrun() 604 cn_t prev; in ntfs_runtovrun() 605 cn_t tmp; in ntfs_runtovrun() 1544 cn_t cn; in ntfs_readattr() 1613 ntfs_parserun(cn_t *cn, cn_t *cl, u_int8_t *run, u_long len, u_long *off) in ntfs_parserun() 1696 cn_t vcn) in ntfs_runtocn() 1698 cn_t ccn = 0; in ntfs_runtocn() [all …]
|
H A D | ntfs_vfsops.h | 40 int ntfs_calccfree(struct ntfsmount *, cn_t *);
|
H A D | ntfs_vfsops.c | 550 ntfs_calccfree(struct ntfsmount *ntmp, cn_t *cfreep) in ntfs_calccfree() 555 cn_t cfree = 0; in ntfs_calccfree()
|