Searched refs:mountflags (Results 1 – 6 of 6) sorted by relevance
/external/minijail/ |
D | minijail0_cli.c | 226 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/ |
D | mount.txt | 7 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/ |
D | safe_macros.h | 151 mountflags, data) \ argument 153 (filesystemtype), (mountflags), (data))
|
/external/ltp/lib/ |
D | safe_macros.c | 727 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/ |
D | safe_macros_fn.h | 159 const char *filesystemtype, unsigned long mountflags,
|
D | tst_safe_macros.h | 204 mountflags, data) \ argument 206 (filesystemtype), (mountflags), (data))
|