Searched refs:ESAME (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h149 #define ESAME (-1) /* trying to rename linked files (special) */ macro
H A Dudf_inode.h572 #define ESAME (-1) /* trying to rename linked files (special) */ macro
H A Dufs_inode.h570 #define ESAME (-1) /* trying to rename linked files (special) */ macro
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c750 return (ESAME); /* special KLUDGE error code */
H A Dtmp_vnops.c1272 * ESAME isn't really an error; it indicates that the
1276 if (error == ESAME)
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c1461 return (ESAME); /* special KLUDGE error code */
H A Dudf_vnops.c1000 * ESAME isn't really an error; it indicates that the
1004 if (error == ESAME) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c1470 return (ESAME); /* special KLUDGE error code */
H A Dufs_vnops.c3704 * ESAME isn't really an error; it indicates that the
3708 if (error == ESAME)

Completed in 123 milliseconds