Home
last modified time | relevance | path

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

/fs/
Dmount.h40 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 …]
Dlibfs.c670 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()
Dnamespace.c3438 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
/fs/nfsd/
Dnfs4proc.c1173 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/
Dnode.c2458 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/
Dsuper.c274 bool mount) in zonefs_check_zone_condition()