HomeSort by relevance Sort by last modified time
    Searched refs:safe_umount (Results 1 - 4 of 4) sorted by null

  /external/ltp/include/
safe_macros_fn.h 162 int safe_umount(const char *file, const int lineno, void (*cleanup_fn)(void),
tst_safe_macros.h 191 #define SAFE_UMOUNT(target) \
192 safe_umount(__FILE__, __LINE__, NULL, (target))
  /external/ltp/include/old/
safe_macros.h 155 #define SAFE_UMOUNT(cleanup_fn, target) \
156 safe_umount(__FILE__, __LINE__, (cleanup_fn), (target))
  /external/ltp/lib/
safe_macros.c 760 int safe_umount(const char *file, const int lineno, void (*cleanup_fn)(void), function

Completed in 6630 milliseconds