Searched refs:mnt_point (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.h27 char *ntfs_make_symlink(ntfs_inode *ni, const char *mnt_point);
34 int count, const char *mnt_point, BOOL isdir);
H A Dreparse.c560 int count, const char *mnt_point, BOOL isdir)
602 fulltarget = (char*)ntfs_malloc(strlen(mnt_point)
605 strcpy(fulltarget,mnt_point);
633 fulltarget = (char*)ntfs_malloc(strlen(mnt_point)
636 strcpy(fulltarget,mnt_point);
663 const char *mnt_point __attribute__((unused)),
785 char *ntfs_make_symlink(ntfs_inode *ni, const char *mnt_point) argument
819 lth/2, mnt_point, isdir);
852 mnt_point, isdir);
862 mnt_point, isdi
559 ntfs_get_fulllink(ntfs_volume *vol, ntfschar *junction, int count, const char *mnt_point, BOOL isdir) argument
[all...]

Completed in 88 milliseconds