Lines Matching refs:ENOSYS
129 return Err(SystemError::ENOSYS); in mmap()
141 return Err(SystemError::ENOSYS); in open()
150 return Err(SystemError::ENOSYS); in close()
192 return Err(SystemError::ENOSYS); in poll()
201 return Err(SystemError::ENOSYS); in metadata()
210 return Err(SystemError::ENOSYS); in set_metadata()
222 return Err(SystemError::ENOSYS); in resize()
260 return Err(SystemError::ENOSYS); in create_with_data()
272 return Err(SystemError::ENOSYS); in link()
283 return Err(SystemError::ENOSYS); in unlink()
293 return Err(SystemError::ENOSYS); in rmdir()
307 return Err(SystemError::ENOSYS); in move_to()
318 return Err(SystemError::ENOSYS); in find()
329 return Err(SystemError::ENOSYS); in get_entry_name()
359 return Err(SystemError::ENOSYS); in ioctl()
367 return Err(SystemError::ENOSYS); in kernel_ioctl()
405 return Err(SystemError::ENOSYS); in mount()
430 return Err(SystemError::ENOSYS); in mount_from()
454 return Err(SystemError::ENOSYS); in umount()
477 return Err(SystemError::ENOSYS); in absolute_path()
484 return Err(SystemError::ENOSYS); in truncate()
501 return Err(SystemError::ENOSYS); in mknod()
550 return Err(SystemError::ENOSYS); in dname()