Searched refs:dir_search_u (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ntfs3/ |
H A D | namei.c | 85 inode = dir_search_u(dir, uni, NULL); in ntfs_lookup() 412 d = d_splice_alias(dir_search_u(dir, uni, fnd), dentry); in ntfs_atomic_open()
|
H A D | fsntfs.c | 239 inode2 = dir_search_u(inode, &NAME_OBJID, NULL); in ntfs_extend_init() 250 inode2 = dir_search_u(inode, &NAME_QUOTA, NULL); in ntfs_extend_init() 257 inode2 = dir_search_u(inode, &NAME_REPARSE, NULL); in ntfs_extend_init() 264 inode2 = dir_search_u(inode, &NAME_USNJRNL, NULL); in ntfs_extend_init()
|
H A D | dir.c | 233 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni, in dir_search_u() function
|
H A D | ntfs_fs.h | 493 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni,
|