Home
last modified time | relevance | path

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

/external/minijail/
Dminijail0_cli.c294 unsigned long mountflags; in add_mount() local
296 mountflags = 0; in add_mount()
299 mountflags = parse_constant(flags, &end); in add_mount()
307 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/include/
Dsafe_macros_fn.h159 const char *filesystemtype, unsigned long mountflags,
Dtst_safe_macros.h205 mountflags, data) \ argument
207 (filesystemtype), (mountflags), (data))
/external/ltp/lib/
Dsafe_macros.c724 const char *filesystemtype, unsigned long mountflags, in safe_mount() argument
734 rval = mount(source, target, filesystemtype, mountflags, data); in safe_mount()
764 mountflags, data); in safe_mount()