t/.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogblamecommitdiffstats
path: root/include/linux/mount.h
blob: 4bd05474d11d557cd709ab3aa045902a8014af7c (plain) (tree)
1
2
3
4
5
6
7
8
9
10






                                                                           


                      
 
                        
                       
                           


                           


                   
                     
 


                            

                            
                            
                                                                        
                            
 
                             
                             
 

                                                                           









                                                                      
 
                              
 
                 






                                                                               
                      
                                           
                                                                               
                                  
                                                                             
                                                                            


                                                                                
                                                                  
                                                              
                                                                   






                                                                           
                       
                       
                 
                                  


                        

  








                                                            






                                                           

                              
                                                

                                                  
                                                 


                                                   
                                                   




                                               
                                      


         


                                                                    




                                                                     

                 

                                                                   



                                                                 
                                       
 
                           
/*
 *
 * Definitions for mount interface. This describes the in the kernel build 
 * linkedlist with mounted filesystems.
 *
 * Author:  Marco van Wieringen <mvw@planets.elm.net>
 *
 */
#ifndef _LINUX_MOUNT_H
#define _LINUX_MOUNT_H

#include <linux/types.h>
#include <linux/list.h>
#include <linux/nodemask.h>
#include <linux/spinlock.h>
#include <asm/atomic.h>

struct super_block;
struct vfsmount;
struct dentry;
struct mnt_namespace;

#define MNT_NOSUID	0x01