Home
last modified time | relevance | path

Searched refs:ntfs_create_inode (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/ntfs3/
Dnamei.c110 return ntfs_create_inode(idmap, dir, dentry, NULL, S_IFREG | mode, 0, in ntfs_create()
120 return ntfs_create_inode(idmap, dir, dentry, NULL, mode, rdev, NULL, 0, in ntfs_mknod()
197 return ntfs_create_inode(idmap, dir, dentry, NULL, S_IFLNK | 0777, 0, in ntfs_symlink()
207 return ntfs_create_inode(idmap, dir, dentry, NULL, S_IFDIR | mode, 0, in ntfs_mkdir()
Dntfs_fs.h722 int ntfs_create_inode(struct mnt_idmap *idmap, struct inode *dir,
Dinode.c1187 int ntfs_create_inode(struct mnt_idmap *idmap, struct inode *dir, in ntfs_create_inode() function