Lines Matching defs:bits
25 * (storage nodes). Each capability consists of a set of bits
804 * Return set of valid cap bits issued to us. Note that caps time
839 * Get cap bits issued by caps other than @ocap
1041 int bits = 0;
1046 bits |= 1 << RD_SHIFT;
1048 bits |= 1 << RD_SHIFT;
1054 bits |= 1 << WR_SHIFT;
1056 bits |= 1 << WR_SHIFT;
1060 if ((bits & (CEPH_FILE_MODE_RDWR << 1)) &&
1062 bits |= 1 << LAZY_SHIFT;
1064 return bits ? ceph_caps_for_mode(bits >> 1) : 0;
1375 cap->issued &= retain; /* drop bits we don't want */
2723 /* first 8 bits are reserved for CEPH_FILE_MODE_FOO */
3514 /* check cap bits */
3571 cap->implemented |= newcaps; /* add bits only, to
3879 * indicated by mseq), make note of the migrating cap bits for the
4427 int bits = (fmode << 1) | 1;
4444 if (bits & (1 << i))
4461 int bits = (fmode << 1) | 1;
4470 if (bits & (1 << i)) {