OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AUTOFS_TYPE_DIRECT
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
auto_fs.h
72
#define
AUTOFS_TYPE_DIRECT
2U
/external/kernel-headers/original/uapi/linux/
auto_fs.h
100
#define
AUTOFS_TYPE_DIRECT
2U
115
*type =
AUTOFS_TYPE_DIRECT
;
118
static inline unsigned int
autofs_type_direct
(unsigned int type)
function
120
return (type ==
AUTOFS_TYPE_DIRECT
);
135
return (type ==
AUTOFS_TYPE_DIRECT
|| type == AUTOFS_TYPE_OFFSET);
Completed in 2237 milliseconds