Lines Matching refs:drop
3016 int drop = 0; in handle_cap_flush_ack() local
3071 drop = 1; in handle_cap_flush_ack()
3094 if (drop) in handle_cap_flush_ack()
3112 int drop = 0; in handle_cap_flushsnap_ack() local
3134 drop = 1; in handle_cap_flushsnap_ack()
3142 if (drop) in handle_cap_flushsnap_ack()
3667 int mds, int drop, int unless, int force) in ceph_encode_inode_release() argument
3680 inode, mds, ceph_cap_string(used|dirty), ceph_cap_string(drop), in ceph_encode_inode_release()
3684 drop &= ~(used | dirty); in ceph_encode_inode_release()
3689 ((cap->issued & drop) && in ceph_encode_inode_release()
3691 if ((cap->issued & drop) && in ceph_encode_inode_release()
3699 ceph_cap_string(cap->issued & ~drop), in ceph_encode_inode_release()
3703 cap->issued &= ~drop; in ceph_encode_inode_release()
3704 cap->implemented &= ~drop; in ceph_encode_inode_release()
3733 int mds, int drop, int unless) in ceph_encode_dentry_release() argument
3752 ret = ceph_encode_inode_release(p, dir, mds, drop, unless, force); in ceph_encode_dentry_release()