had               570 fs/ceph/caps.c 	unsigned had = __ceph_caps_issued(ci, NULL);
had               577 fs/ceph/caps.c 	    (had & (CEPH_CAP_FILE_CACHE|CEPH_CAP_FILE_LAZYIO)) == 0) {
had               587 fs/ceph/caps.c 	if ((issued & CEPH_CAP_FILE_SHARED) != (had & CEPH_CAP_FILE_SHARED)) {
had              2890 fs/ceph/caps.c void ceph_put_cap_refs(struct ceph_inode_info *ci, int had)
had              2896 fs/ceph/caps.c 	if (had & CEPH_CAP_PIN)
had              2898 fs/ceph/caps.c 	if (had & CEPH_CAP_FILE_RD)
had              2901 fs/ceph/caps.c 	if (had & CEPH_CAP_FILE_CACHE)
had              2904 fs/ceph/caps.c 	if (had & CEPH_CAP_FILE_BUFFER) {
had              2912 fs/ceph/caps.c 	if (had & CEPH_CAP_FILE_WR)
had              2940 fs/ceph/caps.c 	dout("put_cap_refs %p had %s%s%s\n", inode, ceph_cap_string(had),
had              1059 fs/ceph/super.h extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had);