Lines Matching refs:used
492 * Set tname to _name, and this will be used
502 * used to do the dencryption in-place.
2131 int used, wanted, oissued, mine;
2144 used = __ceph_caps_used(ci);
2148 dout("trim_caps_cb %p cap %p mine %s oissued %s used %s wanted %s\n",
2150 ceph_cap_string(used), ceph_cap_string(wanted));
2155 if ((used | wanted) & CEPH_CAP_ANY_WR)
2163 /* The inode has cached pages, but it's no longer used.
2166 wanted == 0 && used == CEPH_CAP_FILE_CACHE &&
2168 used = 0;
2171 if ((used | wanted) & ~oissued & mine)
5104 * workqueue delay value of 5 secs will be used.