Home
last modified time | relevance | path

Searched refs:mountflags (Results 1 – 6 of 6) sorted by relevance

/external/minijail/
Dminijail0_cli.c226 unsigned long mountflags; in add_mount() local
228 mountflags = 0; in add_mount()
231 mountflags = parse_constant(flags, &end); in add_mount()
239 mountflags, data)) { in add_mount()
/external/toybox/www/doc/
Dmount.txt7 unsigned long mountflags, const void *data);
14 The other two syscall arguments (mountflags and data) come from the
15 "-o option,option,option" argument. The mountflags argument goes to the VFS
33 sting and sets the corresponding bit in mountflags, then the remaining options
160 that driver. The "target" and "mountflags" arguments get parsed (and handled)
/external/ltp/include/old/
Dsafe_macros.h151 mountflags, data) \ argument
153 (filesystemtype), (mountflags), (data))
/external/ltp/lib/
Dsafe_macros.c727 const char *filesystemtype, unsigned long mountflags, in safe_mount() argument
762 rval = mount(source, target, filesystemtype, mountflags, data); in safe_mount()
767 mountflags, data); in safe_mount()
/external/ltp/include/
Dsafe_macros_fn.h159 const char *filesystemtype, unsigned long mountflags,
Dtst_safe_macros.h204 mountflags, data) \ argument
206 (filesystemtype), (mountflags), (data))