Home
last modified time | relevance | path

Searched refs:CEPH_CAP_XATTR_EXCL (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dutil.c95 CEPH_CAP_XATTR_SHARED | CEPH_CAP_XATTR_EXCL; in ceph_caps_for_mode()
H A Ddir.c930 CEPH_CAP_XATTR_EXCL; in ceph_mknod()
1046 CEPH_CAP_XATTR_EXCL; in ceph_symlink()
1122 CEPH_CAP_XATTR_EXCL; in ceph_mkdir()
1183 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_XATTR_EXCL; in ceph_link()
1322 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_XATTR_EXCL; in ceph_unlink()
1429 req->r_old_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_XATTR_EXCL; in ceph_rename()
1431 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_XATTR_EXCL; in ceph_rename()
H A Dinode.c825 CEPH_CAP_XATTR_EXCL)) { in ceph_fill_file_time()
1126 if ((ci->i_xattrs.version == 0 || !(issued & CEPH_CAP_XATTR_EXCL)) && in ceph_fill_inode()
2668 else if (issued & CEPH_CAP_XATTR_EXCL) in __ceph_setattr()
2669 dirtied |= CEPH_CAP_XATTR_EXCL; in __ceph_setattr()
H A Dxattr.c1221 if ((ci->i_xattrs.version == 0) || !(issued & CEPH_CAP_XATTR_EXCL) || in __ceph_setxattr()
1265 dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_XATTR_EXCL, in __ceph_setxattr()
H A Dsnap.c600 if (dirty & CEPH_CAP_XATTR_EXCL) { in ceph_queue_cap_snap()
H A Dcaps.c1418 if (flushing & CEPH_CAP_XATTR_EXCL) { in __prep_cap()
3524 if ((extra_info->issued & CEPH_CAP_XATTR_EXCL) == 0 && in handle_cap_grant()
4723 if (unless & CEPH_CAP_XATTR_EXCL) in ceph_encode_inode_release()
H A Dfile.c803 CEPH_CAP_XATTR_EXCL; in ceph_atomic_open()
/openbmc/linux/include/linux/ceph/
H A Dceph_fs.h677 #define CEPH_CAP_XATTR_EXCL (CEPH_CAP_GEXCL << CEPH_CAP_SXATTR) macro
722 CEPH_CAP_XATTR_EXCL | \
733 CEPH_CAP_AUTH_EXCL | CEPH_CAP_XATTR_EXCL | \