Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
355 B

  1. #ifndef _X_FS_H
  2. #define _X_FS_H
  3. extern
  4. char *
  5. char *
  6. BuildRelativePath(VolInfo *vol, int nid, char *path);
  7. NTSTATUS
  8. FsGetHandleById(HANDLE root, fs_id_t *id, UINT32 access, HANDLE *fhdl);
  9. DWORD
  10. FsGetHandlePath(HANDLE fd, char *path, int *pathlen);
  11. NTSTATUS
  12. FsGetPathById(HANDLE vfd, fs_id_t *id, char *name, int *name_len);
  13. #endif