Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dutil.c95 CEPH_CAP_XATTR_SHARED | CEPH_CAP_XATTR_EXCL; in ceph_caps_for_mode()
H A Ddir.c959 CEPH_CAP_XATTR_EXCL; in ceph_mknod()
1078 CEPH_CAP_XATTR_EXCL; in ceph_symlink()
1158 CEPH_CAP_XATTR_EXCL; in ceph_mkdir()
1220 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_XATTR_EXCL; in ceph_link()
1391 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_XATTR_EXCL; in ceph_unlink()
1500 req->r_old_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_XATTR_EXCL; in ceph_rename()
1502 req->r_dentry_drop = CEPH_CAP_FILE_SHARED | CEPH_CAP_XATTR_EXCL; in ceph_rename()
H A Dinode.c842 CEPH_CAP_XATTR_EXCL)) { in ceph_fill_file_time()
1155 if ((ci->i_xattrs.version == 0 || !(issued & CEPH_CAP_XATTR_EXCL)) && in ceph_fill_inode()
2753 else if (issued & CEPH_CAP_XATTR_EXCL) in __ceph_setattr()
2754 dirtied |= CEPH_CAP_XATTR_EXCL; in __ceph_setattr()
H A Dsnap.c606 if (dirty & CEPH_CAP_XATTR_EXCL) { in ceph_queue_cap_snap()
H A Dcaps.c1439 if (flushing & CEPH_CAP_XATTR_EXCL) { in __prep_cap()
3605 if ((extra_info->issued & CEPH_CAP_XATTR_EXCL) == 0 && in handle_cap_grant()
4869 if (unless & CEPH_CAP_XATTR_EXCL) in ceph_encode_inode_release()
H A Dfile.c887 CEPH_CAP_XATTR_EXCL; in ceph_atomic_open()