Searched refs:MOUNT_BUSY (Results 1 – 4 of 4) sorted by relevance
44 #define MOUNT_BUSY 0x80 /* Mount failed due to EBUSY */ macro
367 return (MOUNT_BUSY); in main()
369 } else if (error & MOUNT_BUSY) { in do_mount()
1264 if (!(error & MOUNT_BUSY << 8)) { in zfsctl_snapshot_mount()