Home
last modified time | relevance | path

Searched refs:mntpt (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dismounted.c406 char mntpt[80]; in main() local
414 mntpt[0] = 0; in main()
416 mntpt, sizeof(mntpt)); in main()
433 if (mntpt[0]) in main()
434 printf("\t%s is mounted on %s.\n", argv[1], mntpt); in main()
/external/autotest/client/tests/ffsb/
Dffsb.py62 mntpt = find_mnt_pt(path)
63 f = os.statvfs(mntpt)
66 d[fsno].append(mntpt)
/external/e2fsprogs/lib/quota/
Dquotaio.c57 const char *quota_get_qf_path(const char *mntpt, int qtype, int fmt, in quota_get_qf_path() argument
62 if (!mntpt || !path_buf || !path_buf_size) in quota_get_qf_path()
65 strncpy(path_buf, mntpt, path_buf_size); in quota_get_qf_path()
Dquotaio.h162 const char *quota_get_qf_path(const char *mntpt, int qtype, int fmt,
/external/e2fsprogs/misc/
Dfsck.c434 static int execute(const char *type, const char *device, const char *mntpt, in execute() argument
484 mntpt ? mntpt : device); in execute()