Home
last modified time | relevance | path

Searched refs:v9fs_vfs_mknod_dotl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/9p/
H A Dvfs_inode_dotl.c36 v9fs_vfs_mknod_dotl(struct inode *dir, struct dentry *dentry, umode_t omode,
224 return v9fs_vfs_mknod_dotl(dir, dentry, omode, 0); in v9fs_vfs_create_dotl()
806 * v9fs_vfs_mknod_dotl - create a special file
814 v9fs_vfs_mknod_dotl(struct inode *dir, struct dentry *dentry, umode_t omode, in v9fs_vfs_mknod_dotl() function
967 .mknod = v9fs_vfs_mknod_dotl,
/kernel/linux/linux-6.6/fs/9p/
H A Dvfs_inode_dotl.c32 v9fs_vfs_mknod_dotl(struct mnt_idmap *idmap, struct inode *dir,
225 return v9fs_vfs_mknod_dotl(idmap, dir, dentry, omode, 0); in v9fs_vfs_create_dotl()
831 * v9fs_vfs_mknod_dotl - create a special file
840 v9fs_vfs_mknod_dotl(struct mnt_idmap *idmap, struct inode *dir, in v9fs_vfs_mknod_dotl() function
992 .mknod = v9fs_vfs_mknod_dotl,

Completed in 3 milliseconds