Lines Matching refs:dirtied
1780 int release = 0, dirtied = 0; in ceph_setattr() local
1826 dirtied |= CEPH_CAP_AUTH_EXCL; in ceph_setattr()
1841 dirtied |= CEPH_CAP_AUTH_EXCL; in ceph_setattr()
1855 dirtied |= CEPH_CAP_AUTH_EXCL; in ceph_setattr()
1872 dirtied |= CEPH_CAP_FILE_EXCL; in ceph_setattr()
1877 dirtied |= CEPH_CAP_FILE_WR; in ceph_setattr()
1894 dirtied |= CEPH_CAP_FILE_EXCL; in ceph_setattr()
1899 dirtied |= CEPH_CAP_FILE_WR; in ceph_setattr()
1919 dirtied |= CEPH_CAP_FILE_EXCL; in ceph_setattr()
1947 dirtied |= CEPH_CAP_AUTH_EXCL; in ceph_setattr()
1949 dirtied |= CEPH_CAP_FILE_EXCL; in ceph_setattr()
1951 dirtied |= CEPH_CAP_XATTR_EXCL; in ceph_setattr()
1959 if (dirtied) { in ceph_setattr()
1960 inode_dirty_flags = __ceph_mark_dirty_caps(ci, dirtied, in ceph_setattr()
1988 ceph_cap_string(dirtied), mask); in ceph_setattr()