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

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_inode.h83 u_int32_t f_attrtype; member in struct:fnode
H A Dntfs_vnops.c296 error = ntfs_readattr(ntmp, ip, fp->f_attrtype,
322 error = ntfs_writeattr_plain(ntmp, ip, fp->f_attrtype,
367 error = ntfs_writeattr_plain(ntmp, ip, fp->f_attrtype,
H A Dntfs_subr.c752 fp->f_attrtype, fp->f_attrname?fp->f_attrname:""));
754 if ((attrtype == fp->f_attrtype) &&
777 fp->f_attrtype = attrtype;
969 (attrtype == fp->f_attrtype) &&
1007 (nfp->f_attrtype == NTFS_A_DATA) &&
1015 if ((nfp->f_attrtype == NTFS_A_DATA) &&
1335 fp->f_attrtype, fp->f_attrname, 0, &vap);
H A Dntfs_vfsops.c709 (fp->f_attrtype == NTFS_A_DATA && fp->f_attrname == NULL)) {

Completed in 71 milliseconds