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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dattrib.c535 * ntfs_attr_find - find (next) attribute in mft record
547 * ntfs_attr_find() takes a search context @ctx as parameter and searches the
551 * If the attribute is found, ntfs_attr_find() returns 0 and @ctx->attr will
554 * If the attribute is not found, ntfs_attr_find() returns -ENOENT and
558 * On actual error, ntfs_attr_find() returns -EIO. In this case @ctx->attr is
577 * ntfs_attr_find() only searches the specified mft record and it ignores the
581 * use ntfs_attr_find() to search for extent records of non-resident
591 static int ntfs_attr_find(const ATTR_TYPE type, const ntfschar *name, function
825 * attribute is in a different mft record/inode, ntfs_attr_find() the attribute
1024 * We could call into ntfs_attr_find() t
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c1612 * ntfs_attr_find - find (next) attribute in mft record
1623 * ntfs_attr_find() takes a search context @ctx as parameter and searches the
1625 * attribute of @type, optionally @name and @val. If found, ntfs_attr_find()
1628 * If not found, ntfs_attr_find() returns -1, with errno set to ENOENT and
1632 * On actual error, ntfs_attr_find() returns -1 with errno set to the error
1641 * ntfs_attr_find() repeatedly until it returns -1 with errno set to ENOENT to
1643 * successful call of ntfs_attr_find() will return the next attribute in the
1668 * ntfs_attr_find() only searches the specified mft record and it ignores the
1672 * ntfs_attr_find() to search for extent records of non-resident attributes, as
1681 static int ntfs_attr_find(cons function
[all...]

Completed in 82 milliseconds