Lines Matching refs:ntfs_attr_find
519 * ntfs_attr_find - find (next) attribute in mft record
531 * ntfs_attr_find() takes a search context @ctx as parameter and searches the
535 * If the attribute is found, ntfs_attr_find() returns 0 and @ctx->attr will
538 * If the attribute is not found, ntfs_attr_find() returns -ENOENT and
542 * On actual error, ntfs_attr_find() returns -EIO. In this case @ctx->attr is
561 * ntfs_attr_find() only searches the specified mft record and it ignores the
565 * use ntfs_attr_find() to search for extent records of non-resident
575 static int ntfs_attr_find(const ATTR_TYPE type, const ntfschar *name,
833 * attribute is in a different mft record/inode, ntfs_attr_find() the attribute
956 * that is inconsistent with ntfs_attr_find(). The
1040 * We could call into ntfs_attr_find() to find the right
1042 * efficient and not quite accurate as ntfs_attr_find() ignores
1047 * worth re-implementing a simplified ntfs_attr_find() here.
1113 * use ntfs_attr_find() to seek to the end of the base mft record.
1117 return ntfs_attr_find(AT_END, name, name_len, ic, val, val_len,
1131 * the call to ntfs_attr_find() below.
1151 err = ntfs_attr_find(type, name, name_len, ic, val, val_len,
1213 return ntfs_attr_find(type, name, name_len, ic, val, val_len,