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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.h33 char *ntfs_get_abslink(ntfs_volume *vol, ntfschar *junction,
H A Dreparse.c213 * Search for a directory junction or a symbolic link
463 * If the reparse data looks like a junction point or symbolic
545 * Check and translate the target of a junction point or
559 static char *ntfs_get_fulllink(ntfs_volume *vol, ntfschar *junction, argument
571 * For a valid directory junction we want \??\x:\
575 && !memcmp(junction,dir_junction_head,8)
576 && junction[4]
577 && (junction[5] == const_cpu_to_le16(':'))
578 && (junction[6] == const_cpu_to_le16('\\')))
582 * For a valid volume junction w
662 ntfs_get_abslink(ntfs_volume *vol, ntfschar *junction, int count, const char *mnt_point __attribute__((unused)), BOOL isdir) argument
767 ntfs_get_rellink(ntfs_inode *ni, ntfschar *junction, int count) argument
[all...]

Completed in 85 milliseconds