Searched refs:FILE_root (Results 1 – 10 of 10) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | utils.c | 536 MFT_REF parent = FILE_root; in utils_inode_get_name() 598 if (MREF(parent) == FILE_root) { /* The root directory, stop. */ in utils_inode_get_name() 892 if ((num != FILE_root) && (__metadata(vol, num) == 1)) in utils_is_metadata()
|
D | ntfscp.c | 962 dir_ni = ntfs_inode_open(vol, FILE_root); in main()
|
D | mkntfs.c | 4454 if (i == FILE_root) { in mkntfs_create_root_structures() 4485 root_ref = MK_LE_MREF(FILE_root, FILE_root); in mkntfs_create_root_structures()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | dir.c | 721 ni = ntfs_inode_open(vol, FILE_root); in ntfs_pathname_to_inode() 980 metadata = (MREF(mref) != FILE_root) && (MREF(mref) < FILE_first_user); in ntfs_filldir() 982 if (MREF_LE(ie->indexed_file) == FILE_root) in ntfs_filldir() 2305 if (ni->mft_no != FILE_root) { in ntfs_dir_parent_inode()
|
D | volume.c | 752 ni_root = ntfs_inode_open(vol, FILE_root); in ntfs_hiberfile_open() 876 ni = ntfs_inode_open(vol, FILE_root); in fix_txf_data()
|
D | inode.c | 517 && ((ni->mft_no == FILE_root) in ntfs_inode_close() 1393 if ((ni->mft_no < FILE_first_user && ni->mft_no != FILE_root) || in ntfs_inode_update_times()
|
D | reparse.c | 230 ni = ntfs_inode_open(vol, (MFT_REF)FILE_root); in search_absolute()
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g_common.c | 924 || (ni->mft_no == FILE_root))
|
D | lowntfs-3g.c | 170 #define INODE(ino) ((ino) == 1 ? (MFT_REF)FILE_root : (MFT_REF)(ino)) 3360 if (ni->mft_no == FILE_root) { in ntfs_check_access_xattr() 4364 if (ntfs_fuse_rm((fuse_req_t)NULL,FILE_root,"hiberfil.sys",
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | layout.h | 225 FILE_root = 5, /* Root directory. */ enumerator
|