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

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_inode.h70 #define FN_AATTRNAME 0x0004 /* space allocated for f_attrname */
84 char *f_attrname; member in struct:fnode
H A Dntfs_subr.c752 fp->f_attrtype, fp->f_attrname?fp->f_attrname:""));
755 ((!attrname && !fp->f_attrname) ||
756 (attrname && fp->f_attrname &&
757 !strcmp(attrname,fp->f_attrname)))){
773 fp->f_attrname = malloc(strlen(attrname)+1, M_TEMP, M_WAITOK);
774 strcpy(fp->f_attrname, attrname);
776 fp->f_attrname = NULL;
804 free(fp->f_attrname, M_TEMP);
970 ((!attrname && !fp->f_attrname) ||
[all...]
H A Dntfs_vnops.c297 fp->f_attrname, ntfs_cntob(bp->b_blkno),
323 fp->f_attrname, ntfs_cntob(bp->b_blkno),towrite,
368 fp->f_attrname, uio->uio_offset, towrite, NULL, &written, uio);
H A Dntfs_vfsops.c709 (fp->f_attrtype == NTFS_A_DATA && fp->f_attrname == NULL)) {

Completed in 63 milliseconds