Searched refs:mountflags (Results 1 – 6 of 6) sorted by relevance
/external/minijail/ |
D | minijail0_cli.c | 294 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/ |
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/include/ |
D | safe_macros_fn.h | 159 const char *filesystemtype, unsigned long mountflags,
|
D | tst_safe_macros.h | 205 mountflags, data) \ argument 207 (filesystemtype), (mountflags), (data))
|
/external/ltp/lib/ |
D | safe_macros.c | 724 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()
|