HelenOS sources

ENOTEMPTY         620 uspace/lib/ext4/src/ops.c 		return ENOTEMPTY;
ENOTEMPTY         274 uspace/lib/fs/libfs.c 	async_answer_0(req, children ? ENOTEMPTY : EOK);
ENOTEMPTY         522 uspace/lib/label/src/gpt.c 		rc = ENOTEMPTY;
ENOTEMPTY         401 uspace/lib/label/src/mbr.c 		rc = ENOTEMPTY;
ENOTEMPTY         798 uspace/srv/fs/exfat/exfat_ops.c 		return ENOTEMPTY;
ENOTEMPTY         713 uspace/srv/fs/fat/fat_ops.c 		return ENOTEMPTY;
ENOTEMPTY         764 uspace/srv/fs/mfs/mfs_ops.c 		return ENOTEMPTY;
ENOTEMPTY         413 uspace/srv/fs/tmpfs/tmpfs_ops.c 		return ENOTEMPTY;
ENOTEMPTY         321 uspace/srv/vfs/vfs_node.c 	return rc == ENOTEMPTY;
ENOTEMPTY         252 uspace/srv/vfs/vfs_ops.c 			rc = ENOTEMPTY;
HelenOS homepage, sources at GitHub