Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H A Dinode.c541 static struct file_system_type spufs_type; variable
550 if (path->dentry->d_sb->s_type != &spufs_type) in spufs_create()
769 static struct file_system_type spufs_type = { variable
799 ret = register_filesystem(&spufs_type); in spufs_init()
823 unregister_filesystem(&spufs_type); in spufs_exit()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H A Dinode.c537 static struct file_system_type spufs_type; variable
546 if (path->dentry->d_sb->s_type != &spufs_type) in spufs_create()
765 static struct file_system_type spufs_type = { variable
795 ret = register_filesystem(&spufs_type); in spufs_init()
819 unregister_filesystem(&spufs_type); in spufs_exit()

Completed in 3 milliseconds