src/server/daemon/vfs.h

changeset 450
d7b276de183b
parent 415
d938228c382e
equal deleted inserted replaced
449:a28a5ccc894b 450:d7b276de183b
90 90
91 int sys_mkdir(VFSContext *ctx, const char *path, SysACL *sysacl); 91 int sys_mkdir(VFSContext *ctx, const char *path, SysACL *sysacl);
92 int sys_unlink(VFSContext *ctx, const char *path, SysACL *sysacl); 92 int sys_unlink(VFSContext *ctx, const char *path, SysACL *sysacl);
93 int sys_rmdir(VFSContext *ctx, const char *path, SysACL *sysacl); 93 int sys_rmdir(VFSContext *ctx, const char *path, SysACL *sysacl);
94 94
95 NSAPI_PUBLIC int vfs_is_sys(VFS *vfs);
96
95 void vfs_queue_aio(aiocb_s *aiocb, VFSAioOp op); 97 void vfs_queue_aio(aiocb_s *aiocb, VFSAioOp op);
96 98
97 #ifdef __cplusplus 99 #ifdef __cplusplus
98 } 100 }
99 #endif 101 #endif

mercurial