Home
last modified time | relevance | path

Searched refs:mntent (Results 1 – 25 of 32) sorted by relevance

12

/third_party/glib/gio/
Dgunixmounts.c572 struct mntent ent; in _g_get_unix_mounts()
575 struct mntent *mntent; in _g_get_unix_mounts() local
593 while ((mntent = getmntent_r (file, &ent, buf, sizeof (buf))) != NULL) in _g_get_unix_mounts()
596 while ((mntent = getmntent (file)) != NULL) in _g_get_unix_mounts()
612 if (mntent->mnt_fsname != NULL && in _g_get_unix_mounts()
613 mntent->mnt_fsname[0] == '/' && in _g_get_unix_mounts()
614 g_hash_table_lookup (mounts_hash, mntent->mnt_fsname)) in _g_get_unix_mounts()
617 if (g_strcmp0 (mntent->mnt_fsname, "/dev/root") == 0) in _g_get_unix_mounts()
620 device_path = mntent->mnt_fsname; in _g_get_unix_mounts()
623 if (hasmntopt (mntent, MNTOPT_RO) != NULL) in _g_get_unix_mounts()
[all …]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dmntent.h22 struct mntent { struct
33 struct mntent *getmntent(FILE *); argument
34 struct mntent *getmntent_r(FILE *, struct mntent *, char *, int);
35 int addmntent(FILE *, const struct mntent *);
36 char *hasmntopt(const struct mntent *, const char *);
/third_party/musl/include/
Dmntent.h23 struct mntent { struct
34 struct mntent *getmntent(FILE *); argument
35 struct mntent *getmntent_r(FILE *, struct mntent *, char *, int);
36 int addmntent(FILE *, const struct mntent *);
37 char *hasmntopt(const struct mntent *, const char *);
/third_party/musl/porting/uniproton/kernel/include/
Dmntent.h23 struct mntent { struct
34 struct mntent *getmntent(FILE *); argument
35 struct mntent *getmntent_r(FILE *, struct mntent *, char *, int);
36 int addmntent(FILE *, const struct mntent *);
37 char *hasmntopt(const struct mntent *, const char *);
/third_party/musl/porting/liteos_m/kernel/include/
Dmntent.h23 struct mntent { struct
34 struct mntent *getmntent(FILE *); argument
35 struct mntent *getmntent_r(FILE *, struct mntent *, char *, int);
36 int addmntent(FILE *, const struct mntent *);
37 char *hasmntopt(const struct mntent *, const char *);
/third_party/musl/ndk_musl_include/
Dmntent.h23 struct mntent { struct
34 struct mntent *getmntent(FILE *); argument
35 struct mntent *getmntent_r(FILE *, struct mntent *, char *, int);
36 char *hasmntopt(const struct mntent *, const char *);
/third_party/musl/src/misc/
Dmntent.c22 struct mntent *getmntent_r(FILE *f, struct mntent *mnt, char *linebuf, int buflen) in getmntent_r()
60 struct mntent *getmntent(FILE *f) in getmntent()
62 static struct mntent mnt; in getmntent()
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/musl/libc-test/src/functionalext/supplement/misc/
Dgetmntent_r.c36 struct mntent *m = NULL; in getmntent_rOne()
37 struct mntent mntbuf; in getmntent_rOne()
91 struct mntent *m = NULL; in getmntent_r_0200()
92 struct mntent mntbuf; in getmntent_r_0200()
Dhasmntopt.c30 struct mntent ent; in hasmntopt_0100()
45 struct mntent ent; in hasmntopt_0200()
Dgetmntent.c36 struct mntent *m = NULL; in getmntent_0100()
59 struct mntent *m = NULL; in getmntent_0200()
/third_party/toybox/toys/pending/
Dfsck.c87 static struct f_sys_info* create_db(struct mntent *f_info) in create_db()
176 if (hasmntopt((const struct mntent *)finfo, TT.arr_type[i])) return 1; in to_be_ignored()
178 if (!hasmntopt((const struct mntent *)finfo, TT.arr_type[i])) return 1; in to_be_ignored()
364 struct mntent mt; in fsck_main()
/third_party/ltp/lib/
Dtst_path_has_mnt_flags.c31 struct mntent *mnt; in tst_path_has_mnt_flags_()
Dtst_cgroup.c443 struct mntent *mnt; in tst_cgroup_scan()
/third_party/ltp/testcases/open_posix_testsuite/include/
Dnoatime.h49 struct mntent *mnt; in mounted_noatime()
/third_party/e2fsprogs/lib/ext2fs/
Dismounted.c99 struct mntent *mnt; in check_mntent_file()
/third_party/f2fs-tools/
Dconfigure.ac97 mntent.h
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daiocp.c75 struct mntent *mnt; in dev_block_size_by_path()
/third_party/ntfs-3g/libfuse-lite/
Dfusermount.c171 struct mntent *entp; in count_fuse_fs()
/third_party/toybox/lib/
Dportability.c152 struct mntent *me; in xgetmountlist()
/third_party/e2fsprogs/misc/
De4defrag.c215 struct mntent *mnt = NULL; in get_mount_point()
270 struct mntent *mnt = NULL; in is_ext4()
De4crypt.c618 struct mntent *mnt; in get_default_salts()
/third_party/libffi/src/
Dclosures.c641 struct mntent mnt; in open_temp_exec_file_mnt()
/third_party/f2fs-tools/tools/
Df2fscrypt.c654 struct mntent *mnt; in get_default_salts()
/third_party/f2fs-tools/lib/
Dlibf2fs.c711 struct mntent *mnt = NULL; in is_mounted()
/third_party/e2fsprogs/lib/
Dconfig.h.in223 /* Define to 1 if you have the <mntent.h> header file. */

12