Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/security/
Dinode.c30 static struct tree_descr files[] = {{""}}; in fill_super()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_fs.c326 static struct tree_descr files[] = { in ipathfs_fill_super()
/linux-4.4.14/fs/fuse/
Dcontrol.c295 struct tree_descr empty_descr = {""}; in fuse_ctl_fill_super()
/linux-4.4.14/kernel/bpf/
Dinode.c340 static struct tree_descr bpf_rfiles[] = { { "" } }; in bpf_fill_super()
/linux-4.4.14/fs/tracefs/
Dinode.c269 static struct tree_descr trace_files[] = {{""}}; in trace_fill_super()
/linux-4.4.14/fs/debugfs/
Dinode.c196 static struct tree_descr debug_files[] = {{""}}; in debug_fill_super()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_fs.c531 static struct tree_descr files[] = { in qibfs_fill_super()
/linux-4.4.14/fs/
Dbinfmt_misc.c788 static struct tree_descr bm_files[] = { in bm_fill_super()
Dlibfs.c473 struct tree_descr *files) in simple_fill_super()
/linux-4.4.14/security/selinux/
Dselinuxfs.c1435 static struct tree_descr files[] = { in sel_make_avc_files()
1744 static struct tree_descr selinux_files[] = { in sel_fill_super()
/linux-4.4.14/fs/nfsd/
Dnfsctl.c1129 static struct tree_descr nfsd_files[] = { in nfsd_fill_super()
/linux-4.4.14/include/linux/
Dfs.h2830 struct tree_descr { char *name; const struct file_operations *ops; int mode; }; argument
2832 extern int simple_fill_super(struct super_block *, unsigned long, struct tree_descr *);
/linux-4.4.14/security/smack/
Dsmackfs.c2908 static struct tree_descr smack_files[] = { in smk_fill_super()