Searched refs:getmntinfo (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | getmntinfo.cpp | 25 int nfss = getmntinfo(&fss, MNT_NOWAIT); in main()
|
/external/fsck_msdos/ |
D | fsutil.c | 175 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors_netbsd_compat.inc | 28 #undef getmntinfo
|
D | sanitizer_common_interceptors.inc | 90 #define getmntinfo __getmntinfo90 7638 INTERCEPTOR(int, getmntinfo, void **mntbufp, int flags) { 7640 COMMON_INTERCEPTOR_ENTER(ctx, getmntinfo, mntbufp, flags); 7641 int cnt = REAL(getmntinfo)(mntbufp, flags); 7653 #define INIT_GETMNTINFO COMMON_INTERCEPT_FUNCTION(getmntinfo)
|
/external/e2fsprogs/lib/ext2fs/ |
D | ismounted.c | 271 n = getmntinfo(&mp, MNT_NOWAIT); in check_getmntinfo()
|
/external/toybox/lib/ |
D | portability.c | 63 if ((count = getmntinfo(&entries, 0)) == 0) perror_exit("getmntinfo"); in xgetmountlist()
|
/external/newfs_msdos/ |
D | mkfs_msdos.c | 825 if (!(n = getmntinfo(&mp, MNT_NOWAIT))) { in check_mounted()
|
/external/e2fsprogs/lib/ |
D | config.h.in | 195 /* Define to 1 if you have the `getmntinfo' function. */
|
/external/e2fsprogs/ |
D | configure.ac | 1151 getmntinfo
|
D | configure | 13204 …at64 fsync ftruncate64 futimes getcwd getdtablesize gethostname getmntinfo getpwuid_r get…
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3822 pub fn getmntinfo(mntbufp: *mut *mut statfs, flags: ::c_int) -> ::c_int; in getmntinfo() function
|