Home
last modified time | relevance | path

Searched refs:show_options (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/
Dnamespace.c238 if (mnt->mnt_sb->s_op->show_options) in show_vfsmnt()
239 err = mnt->mnt_sb->s_op->show_options(m, mnt); in show_vfsmnt()
/linux-2.4.37.9/fs/smbfs/
Dinode.c59 show_options: smb_show_options,
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_super.c975 .show_options = linvfs_show_options,
/linux-2.4.37.9/fs/nfs/
Dinode.c65 show_options: nfs_show_options,
/linux-2.4.37.9/include/linux/
Dfs.h965 int (*show_options)(struct seq_file *, struct vfsmount *); member