Searched refs:ntfs_attr_inode_get (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_inode.h575 * ntfs_attr_inode_get - obtain an ntfs inode corresponding to an attribute
607 * instead of ntfs_attr_inode_get() as working with indices is a lot more
614 static inline errno_t ntfs_attr_inode_get(ntfs_inode *base_ni, ATTR_TYPE type, function
H A Dntfs_index.c2004 err = ntfs_attr_inode_get(ictx->base_ni, AT_BITMAP, idx_ni->name,
4471 * ntfs_attr_inode_get() can deadlock.
4475 err2 = ntfs_attr_inode_get(ictx->base_ni, AT_BITMAP, idx_ni->name,
4847 err = ntfs_attr_inode_get(ictx->base_ni, AT_BITMAP, idx_ni->name,
5075 err = ntfs_attr_inode_get(ictx->base_ni, AT_BITMAP, idx_ni->name,
H A Dntfs_dir.c1547 err = ntfs_attr_inode_get(dir_ni, AT_BITMAP, I30, 4, FALSE,
H A Dntfs_inode.c707 /* Make sure no one calls ntfs_attr_inode_get() for indices. */
758 * equivalent of ntfs_attr_inode_get().
788 * instead of ntfs_attr_inode_get() as working with indices is a lot more
1410 err = ntfs_attr_inode_get(ni, AT_DATA, NTFS_SFM_AFPINFO_NAME, 11,
2343 * equivalent of ntfs_attr_inode_get().
3035 * Otherwise we would deadlock in ntfs_attr_inode_get().
3042 err = ntfs_attr_inode_get(base_ni, AT_BITMAP, ni->name,
H A Dntfs_vnops.c8869 err = ntfs_attr_inode_get(ni, AT_DATA, ntfs_name, ntfs_name_len, FALSE,
9647 err = ntfs_attr_inode_get(ni, AT_DATA, ntfs_name, ntfs_name_len, FALSE,
10589 * is the behaviour of ntfs_attr_inode_get().
H A Dntfs_vfsops.c1248 err = ntfs_attr_inode_get(base_ni, type, name, name_len, TRUE,
2701 * in ntfs_attr_inode_get() and also take a reference on the vnode as

Completed in 374 milliseconds