Lines Matching refs:fssh_status_t

22 fssh_status_t	_kern_unmount(const char *path, uint32_t flags);
23 fssh_status_t _kern_read_fs_info(fssh_dev_t device,
25 fssh_status_t _kern_write_fs_info(fssh_dev_t device,
27 fssh_status_t _kern_sync(void);
28 fssh_status_t _kern_entry_ref_to_path(fssh_dev_t device, fssh_ino_t inode,
37 fssh_status_t _kern_fcntl(int fd, int op, uint32_t argument);
38 fssh_status_t _kern_fsync(int fd);
39 fssh_status_t _kern_lock_node(int fd);
40 fssh_status_t _kern_unlock_node(int fd);
41 fssh_status_t _kern_create_dir_entry_ref(fssh_dev_t device, fssh_ino_t inode,
43 fssh_status_t _kern_create_dir(int fd, const char *path, int perms);
44 fssh_status_t _kern_remove_dir(int fd, const char *path);
45 fssh_status_t _kern_read_link(int fd, const char *path, char *buffer,
47 fssh_status_t _kern_create_symlink(int fd, const char *path,
49 fssh_status_t _kern_create_link(const char *path, const char *toPath);
50 fssh_status_t _kern_unlink(int fd, const char *path);
51 fssh_status_t _kern_rename(int oldFD, const char *oldPath, int newFD,
53 fssh_status_t _kern_access(const char *path, int mode);
54 fssh_status_t _kern_read_stat(int fd, const char *path, bool traverseLeafLink,
56 fssh_status_t _kern_write_stat(int fd, const char *path,
63 fssh_status_t _kern_remove_attr(int fd, const char *name);
64 fssh_status_t _kern_rename_attr(int fromFile, const char *fromName,
67 fssh_status_t _kern_create_index(fssh_dev_t device, const char *name,
69 fssh_status_t _kern_read_index_stat(fssh_dev_t device, const char *name,
71 fssh_status_t _kern_remove_index(fssh_dev_t device, const char *name);
72 fssh_status_t _kern_getcwd(char *buffer, fssh_size_t size);
73 fssh_status_t _kern_setcwd(int fd, const char *path);
75 fssh_status_t _kern_initialize_volume(const char* fileSystem,
93 fssh_status_t _kern_ioctl(int fd, uint32_t op, void *buffer,
97 fssh_status_t _kern_rewind_dir(int fd);
98 fssh_status_t _kern_close(int fd);