Searched refs:SMB_FA_ARCHIVE (Results 1 – 4 of 4) sorted by relevance
128 #define SMB_FA_ARCHIVE 0x20 macro
391 if ((vp->v_type != VDIR) && (np->n_dosattr & SMB_FA_ARCHIVE)) in smbfs_attr_cachelookup()
364 np->n_dosattr |= SMB_FA_ARCHIVE; in smbfs_setattr()366 np->n_dosattr &= ~SMB_FA_ARCHIVE; in smbfs_setattr()
767 mb_put_uint16le(mbp, SMB_FA_ARCHIVE); /* attributes */ in smbfs_smb_create()