/third_party/musl/src/misc/ |
D | mntent.c | 22 struct mntent *getmntent_r(FILE *f, struct mntent *mnt, char *linebuf, int buflen) in getmntent_r() 62 static struct mntent mnt; in getmntent() local 66 int addmntent(FILE *f, const struct mntent *mnt) in addmntent() 74 char *hasmntopt(const struct mntent *mnt, const char *opt) in hasmntopt()
|
/third_party/libfuse/lib/ |
D | mount_util.c | 37 #define umount2(mnt, flags) unmount(mnt, ((flags) == 2) ? MNT_FORCE : 0) argument 41 #define mtab_needs_update(mnt) 0 argument 43 static int mtab_needs_update(const char *mnt) in mtab_needs_update() 89 const char *mnt, const char *type, const char *opts) in add_mount() 140 const char *mnt, const char *type, const char *opts) in fuse_mnt_add_mount() 220 static int remove_mount(const char *progname, const char *mnt) in remove_mount() 269 int fuse_mnt_remove_mount(const char *progname, const char *mnt) in fuse_mnt_remove_mount()
|
D | mount.c | 41 #define umount2(mnt, flags) unmount(mnt, (flags == 2) ? MNT_FORCE : 0) argument 448 static int fuse_mount_sys(const char *mnt, struct mount_opts *mo, in fuse_mount_sys()
|
/third_party/ntfs-3g/libfuse-lite/ |
D | mount_util.c | 37 static int mtab_needs_update(const char *mnt) in mtab_needs_update() 54 const char *mnt, const char *type, const char *opts) in fuse_mnt_add_mount() 109 int fuse_mnt_umount(const char *progname, const char *mnt, int lazy) in fuse_mnt_umount() 216 int fuse_mnt_check_empty(const char *progname, const char *mnt, in fuse_mnt_check_empty() 267 static int mtab_needs_update(const char *mnt) in mtab_needs_update() 301 const char *mnt, const char *type, const char *opts) in fuse_mnt_add_mount() 347 int fuse_mnt_umount(const char *progname, const char *mnt, int lazy) in fuse_mnt_umount()
|
D | fusermount.c | 163 static int add_mount(const char *source, const char *mnt, const char *type, in add_mount() 196 static int add_mount(const char *source, const char *mnt, const char *type, in add_mount() 337 static int do_mount(const char *mnt, char **typep, mode_t rootmode, in do_mount() 472 const char *mnt = *mntp; in check_perm() local 593 static int mount_fuse(const char *mnt, const char *opts) in mount_fuse() 671 char *mnt; in fusermount() local
|
D | mount.c | 481 static int fuse_mount_sys(const char *mnt, struct mount_opts *mo, in fuse_mount_sys()
|
/third_party/libfuse/util/ |
D | fusermount.c | 177 static int add_mount(const char *source, const char *mnt, const char *type, in add_mount() 183 static int may_unmount(const char *mnt, int quiet) in may_unmount() 275 const char *mnt = a[1]; in check_is_mount_child() local 358 static int check_is_mount(const char *last, const char *mnt, const char *type) in check_is_mount() 435 static int unmount_fuse_locked(const char *mnt, int quiet, int lazy) in unmount_fuse_locked() 480 static int unmount_fuse(const char *mnt, int quiet, int lazy) in unmount_fuse() 518 static int add_mount(const char *source, const char *mnt, const char *type, in add_mount() 528 static int unmount_fuse(const char *mnt, int quiet, int lazy) in unmount_fuse() 769 static int do_mount(const char *mnt, const char **typep, mode_t rootmode, in do_mount() 945 const char *mnt = *mntp; in check_perm() local [all …]
|
/third_party/NuttX/fs/mount/ |
D | fs_umount.c | 79 BOOL fs_in_use(struct Mount *mnt, const char *target) in fs_in_use() 98 struct Mount *mnt = NULL; in umount() local
|
D | fs_sync.c | 57 struct Mount *mnt = NULL; in sync() local
|
D | fs_foreachmountpoint.c | 55 struct Mount *mnt = NULL; in foreach_mountpoint() local
|
D | fs_mount.c | 150 struct Mount* mnt = NULL; in mount() local
|
/third_party/selinux/libselinux/src/ |
D | init.c | 31 static int verify_selinuxmnt(const char *mnt) in verify_selinuxmnt() 140 void set_selinuxmnt(const char *mnt) in set_selinuxmnt()
|
/third_party/NuttX/fs/vfs/ |
D | fs_statfs.c | 59 struct Mount *mnt = NULL; in statfs() local
|
/third_party/ltp/lib/ |
D | tst_path_has_mnt_flags.c | 31 struct mntent *mnt; in tst_path_has_mnt_flags_() local
|
D | tst_cgroup.c | 443 struct mntent *mnt; in tst_cgroup_scan() local
|
/third_party/ltp/testcases/open_posix_testsuite/include/ |
D | noatime.h | 49 struct mntent *mnt; in mounted_noatime() local
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify06.c | 73 const char *mnt; member
|
/third_party/ntfs-3g/libntfs-3g/ |
D | volume.c | 1494 struct mntent *mnt; in ntfs_mntent_check() local 1548 struct mnttab *mnt = NULL; in ntfs_mntent_check() local
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
D | ftest02.c | 89 static int mnt = 0; variable
|
D | ftest06.c | 94 static int mnt = 0; variable
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aiocp.c | 75 struct mntent *mnt; in dev_block_size_by_path() local
|
/third_party/NuttX/fs/tmpfs/ |
D | fs_tmpfs.c | 1667 int tmpfs_mount(struct Mount *mnt, struct Vnode *device, const void *data) in tmpfs_mount() 1740 int tmpfs_unmount(struct Mount *mnt, struct Vnode **blkdriver) in tmpfs_unmount()
|
/third_party/NuttX/fs/nfs/ |
D | nfs_adapter.c | 798 int vfs_nfs_mount(struct Mount *mnt, struct Vnode *device, const void *data) in vfs_nfs_mount() 3009 static int vfs_nfs_unmount(struct Mount *mnt, struct Vnode **blkDriver) in vfs_nfs_unmount()
|
/third_party/libffi/src/ |
D | closures.c | 641 struct mntent mnt; in open_temp_exec_file_mnt() local
|
/third_party/f2fs-tools/lib/ |
D | libf2fs.c | 721 struct mntent *mnt = NULL; in is_mounted() local
|