OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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