Lines Matching refs:dirtied
2041 int release = 0, dirtied = 0; in __ceph_setattr() local
2080 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2095 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2109 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2126 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2131 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2149 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2168 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2173 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2199 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2201 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2203 dirtied |= CEPH_CAP_XATTR_EXCL; in __ceph_setattr()
2211 if (dirtied) { in __ceph_setattr()
2212 inode_dirty_flags = __ceph_mark_dirty_caps(ci, dirtied, in __ceph_setattr()
2236 ceph_cap_string(dirtied), mask); in __ceph_setattr()