/kernel/linux/linux-5.10/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 | 3428 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
|
/kernel/uniproton/src/fs/vfs/ |
D | vfs_mount.h | 26 S32 (*mount)(struct TagMountPoint *mp, uintptr_t mountflags, const void *data); member
|
/kernel/liteos_m/components/fs/vfs/ |
D | vfs_mount.h | 47 int (*mount)(struct MountPoint *mp, unsigned long mountflags, member
|
D | vfs_mount.c | 266 int mount(const char *source, const char *target, in mount() function
|
/kernel/liteos_a/fs/vfs/ |
D | vnode_hash.c | 89 int VfsHashGet(const struct Mount *mount, uint32_t hash, struct Vnode **vnode, VfsHashCmp *fn, void… in VfsHashGet()
|
D | vnode.c | 219 int VnodeFreeAll(const struct Mount *mount) in VnodeFreeAll() 237 BOOL VnodeInUseIter(const struct Mount *mount) in VnodeInUseIter()
|
/kernel/linux/linux-5.10/security/ |
D | inode.c | 25 static struct vfsmount *mount; variable
|
/kernel/uniproton/src/fs/ |
D | fs.c | 199 int mount(const char *source, const char *target, in mount() function
|
/kernel/liteos_a/fs/vfs/operation/ |
D | vfs_force_umount.c | 438 static void VnodeTryFreeAll(const struct Mount *mount) in VnodeTryFreeAll()
|
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
D | cgroup_util.c | 194 char *fs, *mount, *type; in cg_find_unified_root() local
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
D | node.c | 2380 bool sync, bool mount) in __f2fs_build_free_nids() 2454 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids()
|
/kernel/linux/linux-5.10/fs/zonefs/ |
D | super.c | 274 bool mount) in zonefs_check_zone_condition()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | sgiarcs.h | 229 LONG mount; member
|
/kernel/liteos_a/fs/fat/os_adapt/ |
D | fatfs.c | 740 struct Mount *mount = vp->originMount; in fatfs_lseek64() local
|
/kernel/linux/linux-5.10/security/apparmor/ |
D | apparmorfs.c | 2501 struct vfsmount *mount = NULL; in aa_mk_null_file() local
|
/kernel/linux/linux-5.10/security/tomoyo/ |
D | common.h | 489 } mount; member
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
D | nolibc.h | 2035 int mount(const char *src, const char *tgt, in mount() function
|
/kernel/linux/linux-5.10/include/linux/ |
D | fs.h | 2257 struct dentry *(*mount) (struct file_system_type *, int, member
|