Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/xen/xenfs/
Dsuper.c83 static struct tree_descr xenfs_files[] = { in xenfs_fill_super()
/linux-2.6.39/security/
Dinode.c129 static struct tree_descr files[] = {{""}}; in fill_super()
/linux-2.6.39/fs/fuse/
Dcontrol.c301 struct tree_descr empty_descr = {""}; in fuse_ctl_fill_super()
/linux-2.6.39/drivers/infiniband/hw/ipath/
Dipath_fs.c334 static struct tree_descr files[] = { in ipathfs_fill_super()
/linux-2.6.39/fs/debugfs/
Dinode.c130 static struct tree_descr debug_files[] = {{""}}; in debug_fill_super()
/linux-2.6.39/drivers/infiniband/hw/qib/
Dqib_fs.c527 static struct tree_descr files[] = { in qibfs_fill_super()
/linux-2.6.39/fs/
Dbinfmt_misc.c698 static struct tree_descr bm_files[] = { in bm_fill_super()
Dlibfs.c466 struct tree_descr *files) in simple_fill_super()
/linux-2.6.39/security/selinux/
Dselinuxfs.c1416 static struct tree_descr files[] = { in sel_make_avc_files()
1775 static struct tree_descr selinux_files[] = { in sel_fill_super()
/linux-2.6.39/fs/nfsd/
Dnfsctl.c1406 static struct tree_descr nfsd_files[] = { in nfsd_fill_super()
/linux-2.6.39/security/smack/
Dsmackfs.c1443 static struct tree_descr smack_files[] = { in smk_fill_super()
/linux-2.6.39/include/linux/
Dfs.h2452 struct tree_descr { char *name; const struct file_operations *ops; int mode; }; argument
2454 extern int simple_fill_super(struct super_block *, unsigned long, struct tree_descr *);