Home
last modified time | relevance | path

Searched defs:mnt (Results 1 - 25 of 29) sorted by relevance

12

/third_party/NuttX/fs/mount/
H A Dfs_sync.c57 struct Mount *mnt = NULL; in sync() local
H A Dfs_foreachmountpoint.c55 struct Mount *mnt = NULL; in foreach_mountpoint() local
H A Dfs_umount.c79 BOOL fs_in_use(struct Mount *mnt, const char *target) in fs_in_use() argument
98 struct Mount *mnt = NULL; in umount() local
[all...]
H A Dfs_mount.c150 struct Mount* mnt = NULL; in mount() local
[all...]
/third_party/NuttX/fs/vfs/
H A Dfs_statfs.c59 struct Mount *mnt = NULL; in statfs() local
/third_party/ltp/lib/
H A Dtst_path_has_mnt_flags.c31 struct mntent *mnt; in tst_path_has_mnt_flags_() local
H A Dtst_device.c607 struct mntent *mnt; in tst_stat_mount_dev() local
/third_party/ltp/testcases/open_posix_testsuite/include/
H A Dnoatime.h49 struct mntent *mnt; in mounted_noatime() local
/third_party/selinux/libselinux/src/
H A Dinit.c31 static int verify_selinuxmnt(const char *mnt) in verify_selinuxmnt() argument
140 void set_selinuxmnt(const char *mnt) in set_selinuxmnt() argument
/third_party/musl/src/misc/
H A Dmntent.c59 struct mntent *getmntent_r(FILE *f, struct mntent *mnt, char *linebuf, int buflen) in getmntent_r() argument
104 static struct mntent mnt; getmntent() local
108 addmntent(FILE *f, const struct mntent *mnt) addmntent() argument
116 hasmntopt(const struct mntent *mnt, const char *opt) hasmntopt() argument
[all...]
/third_party/ntfs-3g/libfuse-lite/
H A Dmount_util.c37 static int mtab_needs_update(const char *mnt) in mtab_needs_update() argument
109 int fuse_mnt_umount(const char *progname, const char *mnt, int lazy) in fuse_mnt_umount() argument
53 fuse_mnt_add_mount(const char *progname, const char *fsname, const char *mnt, const char *type, const char *opts) fuse_mnt_add_mount() argument
216 fuse_mnt_check_empty(const char *progname, const char *mnt, mode_t rootmode, off_t rootsize) fuse_mnt_check_empty() argument
267 mtab_needs_update(const char *mnt) mtab_needs_update() argument
300 fuse_mnt_add_mount(const char *progname, const char *fsname, const char *mnt, const char *type, const char *opts) fuse_mnt_add_mount() argument
347 fuse_mnt_umount(const char *progname, const char *mnt, int lazy) fuse_mnt_umount() argument
[all...]
H A Dfusermount.c163 static int add_mount(const char *source, const char *mnt, const char *type, in add_mount() argument
196 static int add_mount(const char *source, const char *mnt, const char *type, in add_mount() argument
337 static int do_mount(const char *mnt, char **typep, mode_t rootmode, in do_mount() argument
472 const char *mnt = *mntp; in check_perm() local
593 mount_fuse(const char *mnt, const char *opts) mount_fuse() argument
671 char *mnt; fusermount() local
[all...]
H A Dmount.c481 static int fuse_mount_sys(const char *mnt, struct mount_opts *mo, in fuse_mount_sys() argument
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify06.c73 const char *mnt; member
H A Dfanotify13.c284 const char *mnt; in do_setup() local
/third_party/libfuse/lib/
H A Dmount_util.c43 static int mtab_needs_update(const char *mnt) in mtab_needs_update() argument
88 add_mount(const char *progname, const char *fsname, const char *mnt, const char *type, const char *opts) add_mount() argument
139 fuse_mnt_add_mount(const char *progname, const char *fsname, const char *mnt, const char *type, const char *opts) fuse_mnt_add_mount() argument
220 remove_mount(const char *progname, const char *mnt) remove_mount() argument
269 fuse_mnt_remove_mount(const char *progname, const char *mnt) fuse_mnt_remove_mount() argument
[all...]
H A Dmount.c448 static int fuse_mount_sys(const char *mnt, struct mount_opts *mo, in fuse_mount_sys() argument
[all...]
/third_party/ltp/testcases/kernel/fs/ftest/
H A Dftest06.c94 static int mnt = 0; variable
H A Dftest02.c89 static int mnt = 0; variable
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise11.c299 struct mntent *mnt; in open_unpoison_pfn() local
/third_party/ntfs-3g/libntfs-3g/
H A Dvolume.c1494 struct mntent *mnt; in ntfs_mntent_check() local
1548 struct mnttab *mnt = NULL; in ntfs_mntent_check() local
[all...]
/third_party/f2fs-tools/lib/
H A Dlibf2fs.c718 struct mntent *mnt = NULL; in is_mounted() local
/third_party/NuttX/fs/nfs/
H A Dnfs_adapter.c798 int vfs_nfs_mount(struct Mount *mnt, struct Vnode *device, const void *data) in vfs_nfs_mount() argument
3009 static int vfs_nfs_unmount(struct Mount *mnt, struct Vnode **blkDriver) in vfs_nfs_unmount() argument
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c1667 int tmpfs_mount(struct Mount *mnt, struct Vnode *device, const void *data) in tmpfs_mount() argument
1740 int tmpfs_unmount(struct Mount *mnt, struc argument
[all...]
/third_party/libfuse/util/
H A Dfusermount.c177 static int add_mount(const char *source, const char *mnt, const char *type, in add_mount() argument
183 static int may_unmount(const char *mnt, int quiet) in may_unmount() argument
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() argument
435 static int unmount_fuse_locked(const char *mnt, in argument
480 unmount_fuse(const char *mnt, int quiet, int lazy) unmount_fuse() argument
518 add_mount(const char *source, const char *mnt, const char *type, const char *opts) add_mount() argument
528 unmount_fuse(const char *mnt, int quiet, int lazy) unmount_fuse() argument
769 do_mount(const char *mnt, const char **typep, mode_t rootmode, int fd, const char *opts, const char *dev, char **sourcep, char **mnt_optsp) do_mount() argument
945 const char *mnt = *mntp; check_perm() local
1128 mount_fuse(const char *mnt, const char *opts, const char **type) mount_fuse() argument
1235 recheck_ENOTCONN_as_owner(const char *mnt) recheck_ENOTCONN_as_owner() argument
1285 should_auto_unmount(const char *mnt, const char *type) should_auto_unmount() argument
1352 char *mnt; main() local
[all...]

Completed in 19 milliseconds

12