Searched refs:SMB_FA_DIR (Results 1 – 7 of 7) sorted by relevance
173 vp->v_type = fap->fa_attr & SMB_FA_DIR ? VDIR : VREG; in smbfs_nget()192 if ((vp->v_type == VDIR && (np->n_dosattr & SMB_FA_DIR) == 0) || in smbfs_nget()193 (vp->v_type == VREG && (np->n_dosattr & SMB_FA_DIR) != 0)) { in smbfs_nget()
150 SMB_FA_SYSTEM | SMB_FA_HIDDEN | SMB_FA_DIR, in smbfs_readvdir()182 de->d_type = (ctx->f_attr.fa_attr & SMB_FA_DIR) ? in smbfs_readvdir()
1259 (VTOSMB(newvp)->n_dosattr & SMB_FA_DIR) == 0) || in smbfs_lookup()1261 (VTOSMB(newvp)->n_dosattr & SMB_FA_DIR) != 0))) in smbfs_lookup()
1348 fap->fa_attr = SMB_FA_DIR; in smbfs_smb_lookup()1362 SMB_FA_SYSTEM | SMB_FA_HIDDEN | SMB_FA_DIR, scred, &ctx); in smbfs_smb_lookup()
150 #define SMB_FA_DIR 0x10 macro
137 if (attribs & SMB_FA_DIR) in SMB_AtrToStr()
133 #define SMB_FA_DIR 0x10 macro