Home
last modified time | relevance | path

Searched refs:getmntinfo (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dgetmntinfo.cpp25 int nfss = getmntinfo(&fss, MNT_NOWAIT); in main()
/external/fsck_msdos/
Dfsutil.c175 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_netbsd_compat.inc28 #undef getmntinfo
Dsanitizer_common_interceptors.inc90 #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/
Dismounted.c271 n = getmntinfo(&mp, MNT_NOWAIT); in check_getmntinfo()
/external/toybox/lib/
Dportability.c63 if ((count = getmntinfo(&entries, 0)) == 0) perror_exit("getmntinfo"); in xgetmountlist()
/external/newfs_msdos/
Dmkfs_msdos.c825 if (!(n = getmntinfo(&mp, MNT_NOWAIT))) { in check_mounted()
/external/e2fsprogs/lib/
Dconfig.h.in195 /* Define to 1 if you have the `getmntinfo' function. */
/external/e2fsprogs/
Dconfigure.ac1151 getmntinfo
Dconfigure13204 …at64 fsync ftruncate64 futimes getcwd getdtablesize gethostname getmntinfo getpwuid_r get…
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3822 pub fn getmntinfo(mntbufp: *mut *mut statfs, flags: ::c_int) -> ::c_int; in getmntinfo() function