• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/

Lines Matching refs:wanted

514 		 int fmode, unsigned issued, unsigned wanted,
529 * If we are opening the file, include file mode wanted bits
530 * in wanted.
533 wanted |= ceph_caps_for_mode(fmode);
596 * If we are issued caps we don't want, or the mds' wanted
598 * later and/or update the mds wanted value.
601 if ((wanted & ~actual_wanted) ||
603 dout(" issued %s, mds wanted %s, actual %s, queueing\n",
604 ceph_cap_string(issued), ceph_cap_string(wanted),
620 cap->mds_wanted |= wanted;
827 * wanted, by virtue of open file modes
840 * Return caps we have registered with the MDS(s) as 'wanted'.
925 int caps, int wanted, int dirty,
938 dout("send_cap_msg %s %llx %llx caps %s wanted %s dirty %s"
941 cid, ino, ceph_cap_string(caps), ceph_cap_string(wanted),
961 fc->wanted = cpu_to_le32(wanted);
1104 /* don't release wanted unless we've waited a bit. */
1107 dout(" delaying issued %s -> %s, wanted %s -> %s on send\n",
1121 * Wake up any waiters on wanted -> needed transition.
1452 * Swiss army knife function to examine currently used and wanted
1622 dout(" delaying issued %s -> %s, wanted %s -> %s\n",
2038 * on transition from wanted -> needed caps. This is needed
2289 int issued, implemented, used, wanted, dirty;
2381 wanted = __ceph_caps_wanted(ci);
2384 dout(" my wanted = %s, used = %s, dirty %s\n",
2385 ceph_cap_string(wanted),
2388 if (wanted != le32_to_cpu(grant->wanted)) {
2389 dout("mds wanted %s -> %s\n",
2390 ceph_cap_string(le32_to_cpu(grant->wanted)),
2391 ceph_cap_string(wanted));
2392 grant->wanted = cpu_to_le32(wanted);
2675 unsigned wanted = le32_to_cpu(im->wanted);
2700 issued, wanted, seq, mseq, realmino, CEPH_CAP_FLAG_AUTH,
2996 int wanted = __ceph_caps_wanted(ci);
2997 dout(" wanted %s -> %s (act %s)\n",
3000 ~wanted),
3001 ceph_cap_string(wanted));
3002 cap->mds_wanted &= wanted;
3016 rel->wanted = cpu_to_le32(cap->mds_wanted);