Searched refs:ntfs_index_inode_get (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_dir.c141 err = ntfs_index_inode_get(dir_ni, I30, 4, FALSE, &ia_ni);
1242 err = ntfs_index_inode_get(dir_ni, I30, 4, FALSE, &ia_ni);
1538 err = ntfs_index_inode_get(dir_ni, I30, 4, FALSE, &ia_ni);
1876 err = ntfs_index_inode_get(dir_ni, I30, 4, FALSE, &ia_ni);
2068 err = ntfs_index_inode_get(dir_ni, I30, 4, FALSE, &ia_ni);
H A Dntfs_inode.h606 * Note, for index allocation attributes, you need to use ntfs_index_inode_get()
661 __private_extern__ errno_t ntfs_index_inode_get(ntfs_inode *base_ni,
H A Dntfs_inode.c623 err = ntfs_index_inode_get(ni, I30, 4, is_system, &ini);
787 * Note, for index allocation attributes, you need to use ntfs_index_inode_get()
1053 * ntfs_index_inode_get - obtain an ntfs inode corresponding to an index
1081 errno_t ntfs_index_inode_get(ntfs_inode *base_ni, ntfschar *name, u32 name_len, function
2786 * ntfs_index_inode_read() is called from ntfs_index_inode_get() to read the
3842 err = ntfs_index_inode_get(dir_ni, I30, 4, FALSE,
H A Dntfs_vfsops.c1302 err = ntfs_index_inode_get(base_ni, name, name_len, TRUE, ni);

Completed in 173 milliseconds