Home
last modified time | relevance | path

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

/arch/parisc/hpux/
Dsys_hpux.c466 int fstype; in hpux_sysfs() local
497 fstype = 0; in hpux_sysfs()
499 fstype = 0; in hpux_sysfs()
504 printk(KERN_DEBUG "returning fstype=%d\n", fstype); in hpux_sysfs()
505 return fstype; /* something other than default */ in hpux_sysfs()
Dfs.c146 const char *fstype, const char *dataptr, int datalen) in hpux_mount() argument
/arch/powerpc/platforms/cell/spufs/
Dinode.c807 spufs_get_sb(struct file_system_type *fstype, int flags, in spufs_get_sb() argument
810 return get_sb_single(fstype, flags, data, spufs_fill_super, mnt); in spufs_get_sb()