Searched refs:ntfs_name (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | dir.h | 17 * ntfs_name is used to return the file name to the caller of 26 } __attribute__ ((__packed__)) ntfs_name; typedef 32 const ntfschar *uname, const int uname_len, ntfs_name **res);
|
H A D | dir.c | 68 const int uname_len, ntfs_name **res) in ntfs_lookup_inode_by_name() 84 ntfs_name *name = NULL; in ntfs_lookup_inode_by_name() 160 name = kmalloc(sizeof(ntfs_name), in ntfs_lookup_inode_by_name() 197 int name_size = sizeof(ntfs_name); in ntfs_lookup_inode_by_name() 420 name = kmalloc(sizeof(ntfs_name), in ntfs_lookup_inode_by_name() 457 int name_size = sizeof(ntfs_name); in ntfs_lookup_inode_by_name()
|
H A D | namei.c | 69 * with name set to point to a kmalloc()ed ntfs_name structure containing 81 * kmalloc()ed ntfs_name structure containing the mft reference (cpu endian) 95 ntfs_name *name = NULL; in ntfs_lookup()
|
H A D | super.c | 1258 ntfs_name *name = NULL; in check_windows_hibernation_status() 1353 ntfs_name *name = NULL; in load_and_init_quota() 1431 ntfs_name *name = NULL; in load_and_init_usnjrnl()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | dir.h | 17 * ntfs_name is used to return the file name to the caller of 26 } __attribute__ ((__packed__)) ntfs_name; typedef 32 const ntfschar *uname, const int uname_len, ntfs_name **res);
|
H A D | dir.c | 68 const int uname_len, ntfs_name **res) in ntfs_lookup_inode_by_name() 84 ntfs_name *name = NULL; in ntfs_lookup_inode_by_name() 160 name = kmalloc(sizeof(ntfs_name), in ntfs_lookup_inode_by_name() 197 int name_size = sizeof(ntfs_name); in ntfs_lookup_inode_by_name() 420 name = kmalloc(sizeof(ntfs_name), in ntfs_lookup_inode_by_name() 457 int name_size = sizeof(ntfs_name); in ntfs_lookup_inode_by_name()
|
H A D | namei.c | 69 * with name set to point to a kmalloc()ed ntfs_name structure containing 81 * kmalloc()ed ntfs_name structure containing the mft reference (cpu endian) 95 ntfs_name *name = NULL; in ntfs_lookup()
|
H A D | super.c | 1266 ntfs_name *name = NULL; in check_windows_hibernation_status() 1361 ntfs_name *name = NULL; in load_and_init_quota() 1439 ntfs_name *name = NULL; in load_and_init_usnjrnl()
|
Completed in 15 milliseconds