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

  /external/e2fsprogs/e2fsck/
problem.h 31 #define PR_LATCH_MASK 0x0ff0 /* Latch mask */
42 #define PR_LATCH(x) ((((x) & PR_LATCH_MASK) >> 4) - 1)
problem.c     [all...]

Completed in 12 milliseconds