Lines Matching defs:bits
13 * and ownership bits. The FAT File system only has a readonly flag
105 isc_fsaccess_t bits;
108 * Done with checking bad bits. Set mode_t.
113 if ((access & bits) != 0) { \
115 access &= ~bits; \
119 bits <<= STEP; \
121 bits <<= STEP; \
124 bits = ISC_FSACCESS_READ | ISC_FSACCESS_LISTDIRECTORY;
128 bits = ISC_FSACCESS_WRITE |
196 /* For directories check the directory-specific bits */
245 /* For directories check the directory-specific bits */