Searched refs:ntfs_lookup_inode_by_name (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Ddir.h32 * ntfs_lookup_inode_by_name() in order for the caller (namei.c::ntfs_lookup())
45 extern MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni,
H A Dnamei.c77 * ntfs_lookup_inode_by_name() will return with name set to NULL and we
80 * the WIN32 namespace. In this case ntfs_lookup_inode_by_name() will return
92 * ntfs_lookup_inode_by_name() will return with name set to point to a
123 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len,
H A Dsuper.c1236 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12,
1330 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), Quota, 6,
1413 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), UsnJrnl, 8,
H A Ddir.c39 * ntfs_lookup_inode_by_name - find an inode in a directory given its name
46 * ntfs_lookup_inode_by_name() walks the contents of the directory looking for
79 MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname, function

Completed in 99 milliseconds