Searched defs:mount (Results 1 – 13 of 13) sorted by relevance
/linux/fs/ |
A D | mount.h | 39 struct mount { struct 41 struct mount *mnt_parent; argument 42 struct dentry *mnt_mountpoint; argument 43 struct vfsmount mnt; argument 56 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument 60 struct list_head mnt_share; /* circular list of shared mounts */ argument 61 struct list_head mnt_slave_list;/* list of slave mounts */ argument 63 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument 65 struct mountpoint *mnt_mp; /* where is it mounted */ argument 75 int mnt_id; /* mount identifier */ argument [all …]
|
A D | libfs.c | 709 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs() 730 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
|
A D | namespace.c | 3516 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
|
/linux/security/ |
A D | inode.c | 25 static struct vfsmount *mount; variable
|
/linux/tools/testing/selftests/cgroup/ |
A D | cgroup_util.c | 196 char *fs, *mount, *type; in cg_find_unified_root() local
|
/linux/fs/nfsd/ |
A D | nfs4proc.c | 1254 struct vfsmount **mount) in nfsd4_interssc_connect() 1365 struct nfsd4_copy *copy, struct vfsmount **mount) in nfsd4_setup_inter_ssc() 1443 struct vfsmount **mount) in nfsd4_setup_inter_ssc()
|
/linux/fs/f2fs/ |
A D | node.c | 2440 bool sync, bool mount) in __f2fs_build_free_nids() 2514 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids()
|
/linux/fs/zonefs/ |
A D | super.c | 237 bool mount) in zonefs_check_zone_condition()
|
/linux/arch/mips/include/asm/ |
A D | sgiarcs.h | 229 LONG mount; member
|
/linux/security/apparmor/ |
A D | apparmorfs.c | 2496 struct vfsmount *mount = NULL; in aa_mk_null_file() local
|
/linux/security/tomoyo/ |
A D | common.h | 489 } mount; member
|
/linux/tools/include/nolibc/ |
A D | nolibc.h | 2101 int mount(const char *src, const char *tgt, in mount() function
|
/linux/include/linux/ |
A D | fs.h | 2524 struct dentry *(*mount) (struct file_system_type *, int, member
|
Completed in 72 milliseconds