Searched refs:EISDIR (Results 51 - 59 of 59) sorted by relevance

123

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c3648 case EISDIR:
3730 return (EISDIR);
H A Dnfs4_vnops.c2625 return (EISDIR);
2752 return (EISDIR);
6551 return (EISDIR);
6606 error = EISDIR;
6751 error = EISDIR;
7268 return (EISDIR);
7615 /* Remap EISDIR to EPERM for non-root user for SVVS */
7617 if (e.error == EISDIR && crgetuid(cr) != 0)
H A Dnfs3_vnops.c562 return (EISDIR);
669 return (EISDIR);
2282 error = EISDIR;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c558 error = EISDIR;
765 error = EISDIR;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c1526 err = EISDIR;
H A Dufs_vnops.c2183 error = EISDIR;
3019 error = EISDIR;
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c2791 return ((vp->v_type == VDIR)? EISDIR : EBADF);
3441 error = EISDIR;
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c1049 error = EISDIR;
1480 * i.e. EISDIR, EACCES, etc. We already know that vpp
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c827 error = EISDIR;

Completed in 163 milliseconds

123