Searched refs:vcn (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs_subr.c116 ntfs_findvattr(struct ntfsmount *ntmp, struct ntnode *ip, struct ntvattr **lvapp, struct ntvattr **vapp, u_int32_t type, const char *name, size_t namelen, cn_t vcn) argument
135 ddprintf(("ntfs_findvattr: type: 0x%x, vcn: %qu - %qu\n",
139 (vap->va_vcnstart <= vcn) && (vap->va_vcnend >= vcn) &&
166 cn_t vcn,
182 "ino: %llu, type: 0x%x, name: %s, vcn: %qu\n",
184 (long long)vcn));
188 "ino: %llu, type: 0x%x, vcn: %qu\n",
189 (unsigned long long)ip->i_number, type, (long long)vcn));
194 error = ntfs_findvattr(ntmp, ip, &lvap, vapp, type, name, namelen, vcn);
161 ntfs_ntvattrget( struct ntfsmount * ntmp, struct ntnode * ip, u_int32_t type, const char *name, cn_t vcn, struct ntvattr ** vapp) argument
1968 ntfs_runtocn( cn_t * cn, struct ntfsmount * ntmp, u_int8_t * run, u_long len, cn_t vcn) argument
[all...]

Completed in 47 milliseconds