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

  /external/kernel-headers/original/uapi/linux/
auto_fs4.h 35 #define AUTOFS_TYPE_OFFSET 4U
59 *type = AUTOFS_TYPE_OFFSET;
62 static inline unsigned int autofs_type_offset(unsigned int type) function
64 return (type == AUTOFS_TYPE_OFFSET);
69 return (type == AUTOFS_TYPE_DIRECT || type == AUTOFS_TYPE_OFFSET);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
auto_fs4.h 36 #define AUTOFS_TYPE_OFFSET 4U
62 *type = AUTOFS_TYPE_OFFSET;
66 static __inline__ unsigned int autofs_type_offset(unsigned int type) function
68 return (type == AUTOFS_TYPE_OFFSET);
73 return (type == AUTOFS_TYPE_DIRECT || type == AUTOFS_TYPE_OFFSET);
  /bionic/libc/kernel/uapi/linux/
auto_fs4.h 35 #define AUTOFS_TYPE_OFFSET 4U

Completed in 346 milliseconds