Lines Matching refs:dirtied
2039 int release = 0, dirtied = 0; in __ceph_setattr() local
2078 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2093 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2107 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2124 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2129 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2147 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2166 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2171 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2197 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2199 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2201 dirtied |= CEPH_CAP_XATTR_EXCL; in __ceph_setattr()
2209 if (dirtied) { in __ceph_setattr()
2210 inode_dirty_flags = __ceph_mark_dirty_caps(ci, dirtied, in __ceph_setattr()
2234 ceph_cap_string(dirtied), mask); in __ceph_setattr()