Lines Matching defs:uname
29 * @uname: Unicode name for which to search in the directory
30 * @uname_len: length of the name @uname in Unicode characters
33 * Look for an inode with name @uname in the directory with inode @dir_ni.
67 MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname,
143 if (ntfs_are_names_equal(uname, uname_len,
193 ntfs_are_names_equal(uname, uname_len,
234 rc = ntfs_collate_names(uname, uname_len,
239 * If uname collates before the name of the current entry, there
253 rc = ntfs_collate_names(uname, uname_len,
403 if (ntfs_are_names_equal(uname, uname_len,
453 ntfs_are_names_equal(uname, uname_len,
496 rc = ntfs_collate_names(uname, uname_len,
501 * If uname collates before the name of the current entry, there
515 rc = ntfs_collate_names(uname, uname_len,
603 * @uname: Unicode name for which to search in the directory
604 * @uname_len: length of the name @uname in Unicode characters
606 * Look for an inode with name @uname in the directory with inode @dir_ni.
620 u64 ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname,
705 if (ntfs_are_names_equal(uname, uname_len,
719 rc = ntfs_collate_names(uname, uname_len,
724 * If uname collates before the name of the current entry, there
738 rc = ntfs_collate_names(uname, uname_len,
892 if (ntfs_are_names_equal(uname, uname_len,
906 rc = ntfs_collate_names(uname, uname_len,
911 * If uname collates before the name of the current entry, there
925 rc = ntfs_collate_names(uname, uname_len,