Lines Matching refs:dirtied
1723 int release = 0, dirtied = 0; in ceph_setattr() local
1750 dirtied |= CEPH_CAP_AUTH_EXCL; in ceph_setattr()
1765 dirtied |= CEPH_CAP_AUTH_EXCL; in ceph_setattr()
1779 dirtied |= CEPH_CAP_AUTH_EXCL; in ceph_setattr()
1796 dirtied |= CEPH_CAP_FILE_EXCL; in ceph_setattr()
1801 dirtied |= CEPH_CAP_FILE_WR; in ceph_setattr()
1818 dirtied |= CEPH_CAP_FILE_EXCL; in ceph_setattr()
1823 dirtied |= CEPH_CAP_FILE_WR; in ceph_setattr()
1843 dirtied |= CEPH_CAP_FILE_EXCL; in ceph_setattr()
1871 dirtied |= CEPH_CAP_AUTH_EXCL; in ceph_setattr()
1873 dirtied |= CEPH_CAP_FILE_EXCL; in ceph_setattr()
1875 dirtied |= CEPH_CAP_XATTR_EXCL; in ceph_setattr()
1883 if (dirtied) { in ceph_setattr()
1884 inode_dirty_flags = __ceph_mark_dirty_caps(ci, dirtied); in ceph_setattr()
1909 ceph_cap_string(dirtied), mask); in ceph_setattr()