OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SAFE_UMOUNT
(Results
1 - 2
of
2
) sorted by null
/external/ltp/include/old/
safe_macros.h
155
#define
SAFE_UMOUNT
(cleanup_fn, target) \
156
safe_umount
(__FILE__, __LINE__, (cleanup_fn), (target))
/external/ltp/include/
tst_safe_macros.h
191
#define
SAFE_UMOUNT
(target) \
192
safe_umount
(__FILE__, __LINE__, NULL, (target))
Completed in 150 milliseconds