Home
last modified time | relevance | path

Searched defs:mount (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/fs/
Dmount.h18 struct mount { struct
20 struct mount *mnt_parent; argument
21 struct dentry *mnt_mountpoint; argument
22 struct vfsmount mnt; argument
30 struct list_head mnt_mounts; /* list of children, anchored here */ argument
32 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument
36 struct list_head mnt_share; /* circular list of shared mounts */ argument
37 struct list_head mnt_slave_list;/* list of slave mounts */ argument
39 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
45 int mnt_id; /* mount identifier */ argument
[all …]
Dlibfs.c539 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs()
559 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
Dnamespace.c2361 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
/linux-3.4.99/security/
Dinode.c25 static struct vfsmount *mount; variable
/linux-3.4.99/arch/mips/include/asm/
Dsgiarcs.h227 LONG mount; member
/linux-3.4.99/security/tomoyo/
Dcommon.h485 } mount; member
/linux-3.4.99/include/linux/
Dfs.h1840 struct dentry *(*mount) (struct file_system_type *, int, member