Lines Matching refs:dirtied
2477 int release = 0, dirtied = 0; in __ceph_setattr() local
2559 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2589 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2607 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2621 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2641 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2646 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2683 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2718 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2722 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2750 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2752 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2754 dirtied |= CEPH_CAP_XATTR_EXCL; in __ceph_setattr()
2763 if (dirtied) { in __ceph_setattr()
2764 inode_dirty_flags = __ceph_mark_dirty_caps(ci, dirtied, in __ceph_setattr()
2804 ceph_cap_string(dirtied), mask); in __ceph_setattr()
2812 ceph_vinop(inode), err, ceph_cap_string(dirtied), mask); in __ceph_setattr()