Searched refs:NOPEN (Results 1 – 4 of 4) sorted by relevance
149 SMBVDEBUG("%s,%d\n", np->n_name, (np->n_flag & NOPEN) != 0); in smbfs_open()155 np->n_flag |= NOPEN; in smbfs_open()177 if ((np->n_flag & NOPEN) != 0) in smbfs_open()200 np->n_flag |= NOPEN; in smbfs_open()216 if (vp->v_type == VDIR && (np->n_flag & NOPEN) != 0 && in smbfs_close()257 if (np->n_flag & NOPEN) in smbfs_getattr()324 if ((np->n_flag & NOPEN) == 0) { in smbfs_setattr()411 if ((np->n_flag & NOPEN) == 0) { in smbfs_setattr()542 if (vp->v_type == VDIR || (np->n_flag & NOPEN) != 0 || vrefcnt(vp) != 1) in smbfs_remove()784 np->n_parent ? np->n_parent : NULL, (np->n_flag & NOPEN) != 0); in smbfs_print()
267 KASSERT((np->n_flag & NOPEN) == 0, ("file not closed before reclaim")); in smbfs_reclaim()304 if ((np->n_flag & NOPEN) != 0) { in smbfs_inactive()318 np->n_flag &= ~NOPEN; in smbfs_inactive()
40 #define NOPEN 0x2000 /* file is open */ macro
307 if ((np->n_flag & NOPEN) == 0 || !SMBTOV(np) || in smb_smb_flush()