Searched refs:FILE_root (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.c538 MFT_REF parent = FILE_root;
600 if (MREF(parent) == FILE_root) { /* The root directory, stop. */
900 if ((num != FILE_root) && (__metadata(vol, num) == 1))
H A Dmkntfs.c4133 if (i == FILE_root) {
4164 root_ref = MK_LE_MREF(FILE_root, FILE_root);
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp232 *_rootID = root->inode = FILE_root;
561 if (directory->inode == FILE_root)
1024 const ino_t root = FILE_root;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c721 ni = ntfs_inode_open(vol, FILE_root);
980 metadata = (MREF(mref) != FILE_root) && (MREF(mref) < FILE_first_user);
982 if (MREF_LE(ie->indexed_file) == FILE_root)
2308 if (ni->mft_no != FILE_root) {
H A Dinode.c517 && ((ni->mft_no == FILE_root)
1399 if ((ni->mft_no < FILE_first_user && ni->mft_no != FILE_root) ||
H A Dvolume.c752 ni_root = ntfs_inode_open(vol, FILE_root);
876 ni = ntfs_inode_open(vol, FILE_root);
H A Dreparse.c230 ni = ntfs_inode_open(vol, (MFT_REF)FILE_root);
H A Dlayout.h225 FILE_root = 5, /* Root directory. */ enumerator in enum:__anon19
2121 * NOTE: The root directory (FILE_root) contains an entry for itself. Other

Completed in 82 milliseconds