Lines Matching refs:drop
2738 int drop = 0; in handle_cap_flush_ack() local
2773 drop = 1; in handle_cap_flush_ack()
2788 if (drop) in handle_cap_flush_ack()
2805 int drop = 0; in handle_cap_flushsnap_ack() local
2826 drop = 1; in handle_cap_flushsnap_ack()
2834 if (drop) in handle_cap_flushsnap_ack()
3357 int mds, int drop, int unless, int force) in ceph_encode_inode_release() argument
3370 inode, mds, ceph_cap_string(used|dirty), ceph_cap_string(drop), in ceph_encode_inode_release()
3374 drop &= ~(used | dirty); in ceph_encode_inode_release()
3379 ((cap->issued & drop) && in ceph_encode_inode_release()
3381 if ((cap->issued & drop) && in ceph_encode_inode_release()
3389 ceph_cap_string(cap->issued & ~drop), in ceph_encode_inode_release()
3393 cap->issued &= ~drop; in ceph_encode_inode_release()
3394 cap->implemented &= ~drop; in ceph_encode_inode_release()
3423 int mds, int drop, int unless) in ceph_encode_dentry_release() argument
3442 ret = ceph_encode_inode_release(p, dir, mds, drop, unless, force); in ceph_encode_dentry_release()