Lines Matching defs:bits
22 * and ownership bits. The FAT File system only has a readonly flag
116 isc_fsaccess_t bits;
119 * Done with checking bad bits. Set mode_t.
124 if ((access & bits) != 0) { \
126 access &= ~bits; \
130 bits <<= STEP; \
132 bits <<= STEP; \
135 bits = ISC_FSACCESS_READ | ISC_FSACCESS_LISTDIRECTORY;
139 bits = ISC_FSACCESS_WRITE |
207 /* For directories check the directory-specific bits */
256 /* For directories check the directory-specific bits */