Searched refs:show_options (Results 1 - 25 of 66) sorted by relevance

123

/linux-master/include/net/9p/
H A Dtransport.h57 int (*show_options)(struct seq_file *m, struct p9_client *client); member in struct:p9_trans_module
/linux-master/fs/
H A Dproc_namespace.c128 if (sb->s_op->show_options)
129 err = sb->s_op->show_options(m, mnt_path.dentry);
186 if (sb->s_op->show_options)
187 err = sb->s_op->show_options(m, mnt->mnt_root);
/linux-master/fs/kernfs/
H A Dmount.c33 if (scops && scops->show_options)
34 return scops->show_options(sf, root);
63 .show_options = kernfs_sop_show_options,
/linux-master/fs/ecryptfs/
H A Dsuper.c177 .show_options = ecryptfs_show_options
/linux-master/fs/9p/
H A Dvfs_super.c288 .show_options = v9fs_show_options,
299 .show_options = v9fs_show_options,
/linux-master/fs/ramfs/
H A Dinode.c219 .show_options = ramfs_show_options,
/linux-master/fs/nfs/
H A Dnfs4super.c32 .show_options = nfs_show_options,
/linux-master/fs/efivarfs/
H A Dsuper.c110 .show_options = efivarfs_show_options,
/linux-master/fs/jffs2/
H A Dsuper.c251 .show_options = jffs2_show_options,
/linux-master/net/9p/
H A Dtrans_fd.c1121 .show_options = p9_fd_show_options,
1135 .show_options = p9_fd_show_options,
1149 .show_options = p9_fd_show_options,
H A Dtrans_rdma.c758 .show_options = p9_rdma_show_options,
/linux-master/fs/hfs/
H A Dsuper.c183 .show_options = hfs_show_options,
/linux-master/arch/s390/hypfs/
H A Dinode.c460 .show_options = hypfs_show_options,
/linux-master/fs/autofs/
H A Dinode.c108 .show_options = autofs_show_options,
/linux-master/fs/devpts/
H A Dinode.c406 .show_options = devpts_show_options,
/linux-master/fs/pstore/
H A Dinode.c285 .show_options = pstore_show_options,
/linux-master/fs/adfs/
H A Dsuper.c277 .show_options = adfs_show_options,
/linux-master/include/linux/
H A Dkernfs.h238 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); member in struct:kernfs_syscall_ops
/linux-master/fs/squashfs/
H A Dsuper.c691 .show_options = squashfs_show_options,
/linux-master/fs/omfs/
H A Dinode.c323 .show_options = omfs_show_options,
/linux-master/drivers/android/
H A Dbinderfs.c342 .show_options = binderfs_show_options,
/linux-master/fs/afs/
H A Dsuper.c64 .show_options = afs_show_options,
/linux-master/fs/hfsplus/
H A Dsuper.c377 .show_options = hfsplus_show_options,
/linux-master/fs/proc/
H A Dinode.c193 .show_options = proc_show_options,
/linux-master/fs/qnx6/
H A Dinode.c44 .show_options = qnx6_show_options,

Completed in 546 milliseconds

123