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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c79 * ntfs_lookup_inode_by_name() will return with name set to NULL and we
82 * the WIN32 namespace. In this case ntfs_lookup_inode_by_name() will return
94 * ntfs_lookup_inode_by_name() will return with name set to point to a
125 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len,
H A Dsuper.c1250 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12,
1344 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), Quota, 6,
1427 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), UsnJrnl, 8,
H A Ddir.c40 * ntfs_lookup_inode_by_name - find an inode in a directory given its name
47 * ntfs_lookup_inode_by_name() walks the contents of the directory looking for
80 MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname, function

Completed in 277 milliseconds