Lines Matching refs:drop
2496 int drop = 0; in handle_cap_flush_ack() local
2531 drop = 1; in handle_cap_flush_ack()
2546 if (drop) in handle_cap_flush_ack()
2563 int drop = 0; in handle_cap_flushsnap_ack() local
2584 drop = 1; in handle_cap_flushsnap_ack()
2592 if (drop) in handle_cap_flushsnap_ack()
2991 int mds, int drop, int unless, int force) in ceph_encode_inode_release() argument
3004 inode, mds, ceph_cap_string(used|dirty), ceph_cap_string(drop), in ceph_encode_inode_release()
3008 drop &= ~(used | dirty); in ceph_encode_inode_release()
3013 ((cap->issued & drop) && in ceph_encode_inode_release()
3015 if ((cap->issued & drop) && in ceph_encode_inode_release()
3020 ceph_cap_string(cap->issued & ~drop)); in ceph_encode_inode_release()
3021 cap->issued &= ~drop; in ceph_encode_inode_release()
3022 cap->implemented &= ~drop; in ceph_encode_inode_release()
3059 int mds, int drop, int unless) in ceph_encode_dentry_release() argument
3078 ret = ceph_encode_inode_release(p, dir, mds, drop, unless, force); in ceph_encode_dentry_release()