Searched refs:m_fstat (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/fs/ftest/ |
D | ftest01.c | 243 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator 477 if (type > m_fstat) in domisc() 513 case m_fstat: in domisc()
|
D | ftest05.c | 244 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator 467 if (type > m_fstat) in domisc() 503 case m_fstat: in domisc()
|
D | ftest07.c | 261 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator 545 if (type > m_fstat) in domisc() 584 case m_fstat: in domisc()
|
D | ftest03.c | 262 enum m_type { m_fsync, m_trunc, m_fstat }; enumerator 550 if (type > m_fstat) in domisc() 587 case m_fstat: in domisc()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_unix_events.py | 668 m_fstat = fstat_patcher.start() 671 m_fstat.return_value = st 845 m_fstat = fstat_patcher.start() 848 m_fstat.return_value = st
|