Searched refs:STATFS_EXT_NOBLOCK (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/tests/vfs/ |
| H A D | statfs_ext.c | 121 case STATFS_EXT_NOBLOCK: in statfs_compare() 160 statfs_compare(testdir, &sfs_ext, TEST_MODE_FSTATFS, STATFS_EXT_NOBLOCK | 0x8, EINVAL); 163 statfs_compare(NULL, &sfs_ext, TEST_MODE_STATFS, STATFS_EXT_NOBLOCK, EFAULT); 164 statfs_compare("/", NULL, TEST_MODE_STATFS, STATFS_EXT_NOBLOCK, EFAULT); 165 statfs_compare("/dev", NULL, TEST_MODE_FSTATFS, STATFS_EXT_NOBLOCK, EFAULT); 172 statfs_compare("/", &sfs_ext, TEST_MODE_STATFS, STATFS_EXT_NOBLOCK, 0); 173 statfs_compare("/dev", &sfs_ext, TEST_MODE_STATFS, STATFS_EXT_NOBLOCK, 0); 174 statfs_compare("/private/var/tmp", &sfs_ext, TEST_MODE_FSTATFS, STATFS_EXT_NOBLOCK, 0); 175 statfs_compare(testdir, &sfs_ext, TEST_MODE_FSTATFS, STATFS_EXT_NOBLOCK, 0); 221 statfs_compare("/", &sfs_ext, TEST_MODE_STATFS, STATFS_EXT_NOBLOCK, 0); [all …]
|
| /xnu-12377.41.6/libsyscall/wrappers/ |
| H A D | statfs_ext.c | 139 if (flags & ~(STATFS_EXT_NOBLOCK)) { in __statfs_ext_impl() 145 if (flags & STATFS_EXT_NOBLOCK) { in __statfs_ext_impl()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mount.h | 1571 #define STATFS_EXT_NOBLOCK 0x0001 macro
|