Lines Matching defs:unless
4208 /* Don't care about these fields unless we're encryption-capable */
4693 int mds, int drop, int unless, int force)
4705 dout("encode_inode_release %p mds%d used|dirty %s drop %s unless %s\n",
4707 ceph_cap_string(unless));
4714 unless &= cap->issued;
4715 if (unless) {
4716 if (unless & CEPH_CAP_AUTH_EXCL)
4718 if (unless & CEPH_CAP_LINK_EXCL)
4720 if (unless & CEPH_CAP_XATTR_EXCL)
4722 if (unless & CEPH_CAP_FILE_EXCL)
4775 * @unless: unless we have these caps
4782 int mds, int drop, int unless)
4803 ret = ceph_encode_inode_release(p, dir, mds, drop, unless, force);