Searched refs:ntfs_lookup_inode_by_name (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | dir.h | 18 * ntfs_lookup_inode_by_name() in order for the caller (namei.c::ntfs_lookup()) 31 extern MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni,
|
H A D | namei.c | 65 * ntfs_lookup_inode_by_name() will return with name set to NULL and we 68 * the WIN32 namespace. In this case ntfs_lookup_inode_by_name() will return 80 * ntfs_lookup_inode_by_name() will return with name set to point to a 111 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len, in ntfs_lookup()
|
H A D | dir.c | 27 * ntfs_lookup_inode_by_name - find an inode in a directory given its name 34 * ntfs_lookup_inode_by_name() walks the contents of the directory looking for 67 MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname, in ntfs_lookup_inode_by_name() function 601 * ntfs_lookup_inode_by_name - find an inode in a directory given its name 607 * ntfs_lookup_inode_by_name() walks the contents of the directory looking for 620 u64 ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname,
|
H A D | super.c | 1274 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12, in check_windows_hibernation_status() 1367 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), Quota, 6, in load_and_init_quota() 1450 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), UsnJrnl, 8, in load_and_init_usnjrnl()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | dir.h | 18 * ntfs_lookup_inode_by_name() in order for the caller (namei.c::ntfs_lookup()) 31 extern MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni,
|
H A D | namei.c | 65 * ntfs_lookup_inode_by_name() will return with name set to NULL and we 68 * the WIN32 namespace. In this case ntfs_lookup_inode_by_name() will return 80 * ntfs_lookup_inode_by_name() will return with name set to point to a 111 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len, in ntfs_lookup()
|
H A D | dir.c | 27 * ntfs_lookup_inode_by_name - find an inode in a directory given its name 34 * ntfs_lookup_inode_by_name() walks the contents of the directory looking for 67 MFT_REF ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname, in ntfs_lookup_inode_by_name() function 601 * ntfs_lookup_inode_by_name - find an inode in a directory given its name 607 * ntfs_lookup_inode_by_name() walks the contents of the directory looking for 620 u64 ntfs_lookup_inode_by_name(ntfs_inode *dir_ni, const ntfschar *uname,
|
H A D | super.c | 1282 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12, in check_windows_hibernation_status() 1375 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), Quota, 6, in load_and_init_quota() 1458 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), UsnJrnl, 8, in load_and_init_usnjrnl()
|
Completed in 12 milliseconds