Home
last modified time | relevance | path

Searched defs:mnt (Results 1 – 25 of 26) sorted by relevance

12

/external/libfuse/lib/
Dmount_util.c34 #define umount2(mnt, flags) unmount(mnt, ((flags) == 2) ? MNT_FORCE : 0) argument
38 #define mtab_needs_update(mnt) 0 argument
40 static int mtab_needs_update(const char *mnt) in mtab_needs_update()
86 const char *mnt, const char *type, const char *opts) in add_mount()
137 const char *mnt, const char *type, const char *opts) in fuse_mnt_add_mount()
217 static int remove_mount(const char *progname, const char *mnt) in remove_mount()
266 int fuse_mnt_remove_mount(const char *progname, const char *mnt) in fuse_mnt_remove_mount()
Dmount.c40 #define umount2(mnt, flags) unmount(mnt, (flags == 2) ? MNT_FORCE : 0) argument
384 static int fuse_mount_sys(const char *mnt, struct mount_opts *mo, in fuse_mount_sys()
/external/autotest/server/site_tests/platform_CrashStateful/
Dplatform_CrashStateful.py39 def _ecrypt_mount(self, edir, mnt): argument
57 def _ecrypt_unmount(self, edir, mnt): argument
129 def _crash_ecrptfs(self, edir, mnt, dir): argument
/external/iproute2/lib/
Dfs.c38 char *mnt = NULL; in find_fs_mount() local
64 char *mnt = find_fs_mount(CGROUP2_FS_NAME); in find_cgroup2_mount() local
Dbpf.c512 static int bpf_valid_mntpt(const char *mnt, unsigned long magic) in bpf_valid_mntpt()
524 static const char *bpf_find_mntpt_single(unsigned long magic, char *mnt, in bpf_find_mntpt_single()
539 char *mnt, int len, in bpf_find_mntpt()
587 const char *mnt; in bpf_trace_pipe() local
729 static const char *mnt; in bpf_get_work_dir() local
/external/ltp/lib/
Dtst_path_has_mnt_flags.c31 struct mntent *mnt; in tst_path_has_mnt_flags_() local
/external/ltp/testcases/open_posix_testsuite/include/
Dnoatime.h49 struct mntent *mnt; in mounted_noatime() local
/external/selinux/libselinux/src/
Dinit.c32 static int verify_selinuxmnt(const char *mnt) in verify_selinuxmnt()
/external/iproute2/ip/
Dipvrf.c212 char *mnt, *vrf; in ipvrf_pids() local
355 char path[PATH_MAX], *mnt, pid[16]; in vrf_switch() local
/external/e2fsprogs/misc/
Dutil.c270 void print_check_message(int mnt, unsigned int check) in print_check_message()
De4defrag.c215 struct mntent *mnt = NULL; in get_mount_point() local
270 struct mntent *mnt = NULL; in is_ext4() local
De4crypt.c617 struct mntent *mnt; in get_default_salts() local
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify06.c71 const char *mnt; member
/external/squashfs-tools/kernel/fs/squashfs/
Dsuper.c344 struct vfsmount *mnt) in squashfs_get_sb()
/external/e2fsprogs/lib/ext2fs/
Dismounted.c99 struct mntent *mnt; in check_mntent_file() local
/external/arm-trusted-firmware/lib/debugfs/
Ddev.c263 chan_t *mnt, *channel; in path_to_channel() local
519 chan_t *c, *mnt; in devstat() local
/external/ltp/testcases/kernel/fs/ftest/
Dftest02.c89 static int mnt = 0; variable
Dftest06.c94 static int mnt = 0; variable
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daiocp.c75 struct mntent *mnt; in dev_block_size_by_path() local
/external/mtools/
Dmzip.c75 struct mntent *mnt; in test_mounted() local
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dclosures.c338 struct mntent mnt; in open_temp_exec_file_mnt() local
/external/libffi/src/
Dclosures.c641 struct mntent mnt; in open_temp_exec_file_mnt() local
/external/f2fs-tools/lib/
Dlibf2fs.c714 struct mntent *mnt = NULL; in is_mounted() local
/external/f2fs-tools/tools/
Df2fscrypt.c654 struct mntent *mnt; in get_default_salts() local
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp2325 struct mntent *mnt = getmntent(fp); in TEST() local
2345 struct mntent *mnt = getmntent_r(fp, &mntbuf, buf, sizeof(buf)); in TEST() local

12