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

  /bionic/libc/kernel/uapi/linux/
msdos_fs.h 54 #define IS_FREE(n) (! * (n) || * (n) == DELETED_FLAG)
  /external/kernel-headers/original/uapi/linux/
msdos_fs.h 53 #define IS_FREE(n) (!*(n) || *(n) == DELETED_FLAG)

Completed in 66 milliseconds