Lines Matching defs:unless
4319 /* Don't care about these fields unless we're encryption-capable */
4855 int mds, int drop, int unless, int force)
4868 doutc(cl, "%p %llx.%llx mds%d used|dirty %s drop %s unless %s\n",
4870 ceph_cap_string(drop), ceph_cap_string(unless));
4877 unless &= cap->issued;
4878 if (unless) {
4879 if (unless & CEPH_CAP_AUTH_EXCL)
4881 if (unless & CEPH_CAP_LINK_EXCL)
4883 if (unless & CEPH_CAP_XATTR_EXCL)
4885 if (unless & CEPH_CAP_FILE_EXCL)
4940 * @unless: unless we have these caps
4947 int mds, int drop, int unless)
4969 ret = ceph_encode_inode_release(p, dir, mds, drop, unless, force);