Home
last modified time | relevance | path

Searched refs:tree_descr (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/xen/xenfs/
Dsuper.c47 static struct tree_descr xenfs_files[] = { in xenfs_fill_super()
54 static struct tree_descr xenfs_init_files[] = { in xenfs_fill_super()
/linux-4.1.27/security/
Dinode.c35 static struct tree_descr files[] = {{""}}; in fill_super()
/linux-4.1.27/fs/fuse/
Dcontrol.c295 struct tree_descr empty_descr = {""}; in fuse_ctl_fill_super()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_fs.c333 static struct tree_descr files[] = { in ipathfs_fill_super()
/linux-4.1.27/fs/tracefs/
Dinode.c269 static struct tree_descr trace_files[] = {{""}}; in trace_fill_super()
/linux-4.1.27/fs/debugfs/
Dinode.c201 static struct tree_descr debug_files[] = {{""}}; in debug_fill_super()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_fs.c531 static struct tree_descr files[] = { in qibfs_fill_super()
/linux-4.1.27/fs/
Dbinfmt_misc.c788 static struct tree_descr bm_files[] = { in bm_fill_super()
Dlibfs.c478 struct tree_descr *files) in simple_fill_super()
/linux-4.1.27/security/selinux/
Dselinuxfs.c1443 static struct tree_descr files[] = { in sel_make_avc_files()
1752 static struct tree_descr selinux_files[] = { in sel_fill_super()
/linux-4.1.27/fs/nfsd/
Dnfsctl.c1129 static struct tree_descr nfsd_files[] = { in nfsd_fill_super()
/linux-4.1.27/include/linux/
Dfs.h2795 struct tree_descr { char *name; const struct file_operations *ops; int mode; }; argument
2797 extern int simple_fill_super(struct super_block *, unsigned long, struct tree_descr *);
/linux-4.1.27/security/smack/
Dsmackfs.c2438 static struct tree_descr smack_files[] = { in smk_fill_super()