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

/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_attr_list.h51 ATTR_LIST_ENTRY *skip_entry, BOOL *attr_list_is_needed);
H A Dntfs_attr_list.c62 * @skip_entry: attribute list entry to skip when checking
66 * no attribute list attribute entries other than @skip_entry which reference
70 * If there are attribute list attribute entries other than @skip_entry which
79 errno_t ntfs_attr_list_is_needed(ntfs_inode *ni, ATTR_LIST_ENTRY *skip_entry, argument
108 * whether @skip_entry is NULL because @entry cannot be NULL so
109 * this condition would never be true in @skip_entry is NULL.
111 if (entry == skip_entry)

Completed in 191 milliseconds