Lines Matching refs:dirtied
2036 int release = 0, dirtied = 0; in __ceph_setattr() local
2075 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2090 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2104 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2121 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2126 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2144 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2163 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2168 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2194 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2196 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2198 dirtied |= CEPH_CAP_XATTR_EXCL; in __ceph_setattr()
2206 if (dirtied) { in __ceph_setattr()
2207 inode_dirty_flags = __ceph_mark_dirty_caps(ci, dirtied, in __ceph_setattr()
2231 ceph_cap_string(dirtied), mask); in __ceph_setattr()