Home
last modified time | relevance | path

Searched refs:mntopts (Results 1 – 7 of 7) sorted by relevance

/third_party/e2fsprogs/lib/e2p/
Dmntopts.c103 int e2p_edit_mntopts(const char *str, __u32 *mntopts, __u32 ok) in e2p_edit_mntopts() argument
141 *mntopts &= ~EXT3_DEFM_JMODE; in e2p_edit_mntopts()
143 *mntopts &= ~mask; in e2p_edit_mntopts()
145 *mntopts |= mask; in e2p_edit_mntopts()
DMakefile.in21 getflags.o getversion.o hashstr.o iod.o ls.o ljs.o mntopts.o \
30 $(srcdir)/ls.c $(srcdir)/ljs.c $(srcdir)/mntopts.c \
177 mntopts.o: $(srcdir)/mntopts.c $(top_builddir)/lib/config.h \
DAndroid.bp37 "mntopts.c",
De2p.h74 int e2p_edit_mntopts(const char *str, __u32 *mntopts, __u32 ok);
DBUILD.gn41 "mntopts.c",
/third_party/e2fsprogs/misc/
Dtune2fs.c419 static int update_mntopts(ext2_filsys fs, char *mntopts) in update_mntopts() argument
423 if (e2p_edit_mntopts(mntopts, &sb->s_default_mount_opts, ~0)) { in update_mntopts()
425 mntopts); in update_mntopts()
Dmke2fs.c1211 static void edit_mntopts(const char *str, __u32 *mntopts) in edit_mntopts() argument
1216 if (e2p_edit_mntopts(str, mntopts, ~0)) { in edit_mntopts()