Home
last modified time | relevance | path

Searched refs:SMBTOV (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/smbfs/
H A Dsmbfs_node.h76 #define SMBTOV(np) ((struct vnode *)(np)->n_vnode) macro
H A Dsmbfs_vfsops.c324 *vpp = SMBTOV(smp->sm_root); in smbfs_root()
H A Dsmbfs_smb.c307 if ((np->n_flag & NOPEN) == 0 || !SMBTOV(np) || in smb_smb_flush()
308 SMBTOV(np)->v_type != VREG) in smb_smb_flush()