Lines Matching refs:dirtied
1949 int release = 0, dirtied = 0; in __ceph_setattr() local
1988 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2003 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2017 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2034 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2039 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2056 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2061 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2079 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2106 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2108 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2110 dirtied |= CEPH_CAP_XATTR_EXCL; in __ceph_setattr()
2118 if (dirtied) { in __ceph_setattr()
2119 inode_dirty_flags = __ceph_mark_dirty_caps(ci, dirtied, in __ceph_setattr()
2143 ceph_cap_string(dirtied), mask); in __ceph_setattr()