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

  /external/kernel-headers/original/uapi/linux/
auto_fs.h 101 #define AUTOFS_TYPE_OFFSET 4U
125 *type = AUTOFS_TYPE_OFFSET;
128 static inline unsigned int autofs_type_offset(unsigned int type) function
130 return (type == AUTOFS_TYPE_OFFSET);
135 return (type == AUTOFS_TYPE_DIRECT || type == AUTOFS_TYPE_OFFSET);
  /bionic/libc/kernel/uapi/linux/
auto_fs.h 73 #define AUTOFS_TYPE_OFFSET 4U

Completed in 461 milliseconds