• Home
  • Raw
  • Download

Lines Matching refs:used

288 			     int *total, int *avail, int *used, int *reserved,  in ceph_reservation_status()  argument
297 if (used) in ceph_reservation_status()
298 *used = mdsc->caps_use_count; in ceph_reservation_status()
832 int used = 0; in __ceph_caps_used() local
834 used |= CEPH_CAP_PIN; in __ceph_caps_used()
836 used |= CEPH_CAP_FILE_RD; in __ceph_caps_used()
838 used |= CEPH_CAP_FILE_CACHE; in __ceph_caps_used()
840 used |= CEPH_CAP_FILE_WR; in __ceph_caps_used()
842 used |= CEPH_CAP_FILE_BUFFER; in __ceph_caps_used()
843 return used; in __ceph_caps_used()
1107 int op, int used, int want, int retain, int flushing, in __send_cap() argument
1167 cap->implemented &= cap->issued | used; in __send_cap()
1496 int file_wanted, used, cap_used; in ceph_check_caps() local
1524 used = __ceph_caps_used(ci); in ceph_check_caps()
1525 want = file_wanted | used; in ceph_check_caps()
1548 ceph_cap_string(used), ceph_cap_string(ci->i_dirty_caps), in ceph_check_caps()
1599 cap_used = used; in ceph_check_caps()
1756 int used = __ceph_caps_used(ci); in try_flush_caps() local
1774 delayed = __send_cap(mdsc, cap, CEPH_CAP_OP_FLUSH, used, want, in try_flush_caps()
2395 int used, wanted, dirty; in handle_cap_grant() local
2525 used = __ceph_caps_used(ci); in handle_cap_grant()
2529 ceph_cap_string(used), in handle_cap_grant()
2548 if (revoking & used & CEPH_CAP_FILE_BUFFER) in handle_cap_grant()
3238 int used, dirty; in ceph_encode_inode_release() local
3242 used = __ceph_caps_used(ci); in ceph_encode_inode_release()
3246 inode, mds, ceph_cap_string(used|dirty), ceph_cap_string(drop), in ceph_encode_inode_release()
3250 drop &= ~(used | dirty); in ceph_encode_inode_release()