Searched defs:mount (Results 1 – 6 of 6) sorted by relevance
/fs/ |
D | mount.h | 40 struct mount { struct 42 struct mount *mnt_parent; argument 43 struct dentry *mnt_mountpoint; argument 44 struct vfsmount mnt; argument 55 struct list_head mnt_mounts; /* list of children, anchored here */ argument 57 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument 61 struct list_head mnt_share; /* circular list of shared mounts */ argument 62 struct list_head mnt_slave_list;/* list of slave mounts */ argument 64 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument 66 struct mountpoint *mnt_mp; /* where is it mounted */ argument [all …]
|
D | libfs.c | 670 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs() 691 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
|
D | namespace.c | 3438 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
|
/fs/nfsd/ |
D | nfs4proc.c | 1173 struct vfsmount **mount) in nfsd4_interssc_connect() 1263 struct nfsd4_copy *copy, struct vfsmount **mount) in nfsd4_setup_inter_ssc() 1309 struct vfsmount **mount) in nfsd4_setup_inter_ssc()
|
/fs/f2fs/ |
D | node.c | 2458 bool sync, bool mount) in __f2fs_build_free_nids() 2532 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids()
|
/fs/zonefs/ |
D | super.c | 274 bool mount) in zonefs_check_zone_condition()
|