i_ceph_flags     2011 fs/ceph/addr.c 	flags = ci->i_ceph_flags;
i_ceph_flags     2044 fs/ceph/addr.c 		ci->i_ceph_flags |= flags;
i_ceph_flags     2047 fs/ceph/addr.c 		flags = ci->i_ceph_flags;
i_ceph_flags      515 fs/ceph/caps.c 	     ci->i_ceph_flags, ci->i_hold_caps_max);
i_ceph_flags      519 fs/ceph/caps.c 			if (ci->i_ceph_flags & CEPH_I_FLUSH)
i_ceph_flags      541 fs/ceph/caps.c 	ci->i_ceph_flags |= CEPH_I_FLUSH;
i_ceph_flags     1296 fs/ceph/caps.c 	if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 &&
i_ceph_flags     1307 fs/ceph/caps.c 	ci->i_ceph_flags &= ~(CEPH_I_NODELAY | CEPH_I_FLUSH);
i_ceph_flags     1503 fs/ceph/caps.c 	ci->i_ceph_flags &= ~CEPH_I_FLUSH_SNAPS;
i_ceph_flags     1561 fs/ceph/caps.c 	if (!(ci->i_ceph_flags & CEPH_I_FLUSH_SNAPS)) {
i_ceph_flags     1590 fs/ceph/caps.c 	if (ci->i_ceph_flags & CEPH_I_KICK_FLUSH)
i_ceph_flags     1842 fs/ceph/caps.c 	if (ci->i_ceph_flags & CEPH_I_FLUSH)
i_ceph_flags     1965 fs/ceph/caps.c 			if (ci->i_ceph_flags & CEPH_I_FLUSH_SNAPS) {
i_ceph_flags     1994 fs/ceph/caps.c 		if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 &&
i_ceph_flags     2029 fs/ceph/caps.c 		    (ci->i_ceph_flags &
i_ceph_flags     2031 fs/ceph/caps.c 			if (ci->i_ceph_flags & CEPH_I_KICK_FLUSH)
i_ceph_flags     2033 fs/ceph/caps.c 			if (ci->i_ceph_flags & CEPH_I_FLUSH_SNAPS)
i_ceph_flags     2120 fs/ceph/caps.c 		if (ci->i_ceph_flags &
i_ceph_flags     2122 fs/ceph/caps.c 			if (ci->i_ceph_flags & CEPH_I_KICK_FLUSH)
i_ceph_flags     2124 fs/ceph/caps.c 			if (ci->i_ceph_flags & CEPH_I_FLUSH_SNAPS)
i_ceph_flags     2320 fs/ceph/caps.c 	ci->i_ceph_flags &= ~CEPH_I_KICK_FLUSH;
i_ceph_flags     2345 fs/ceph/caps.c 			ci->i_ceph_flags |= CEPH_I_NODELAY;
i_ceph_flags     2430 fs/ceph/caps.c 			ci->i_ceph_flags |= CEPH_I_KICK_FLUSH;
i_ceph_flags     2459 fs/ceph/caps.c 		if (ci->i_ceph_flags & CEPH_I_KICK_FLUSH) {
i_ceph_flags     2561 fs/ceph/caps.c 	    (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK)) {
i_ceph_flags     2662 fs/ceph/caps.c 		if (ci->i_ceph_flags & CEPH_I_CAP_DROPPED) {
i_ceph_flags     2678 fs/ceph/caps.c 				ci->i_ceph_flags &= ~CEPH_I_CAP_DROPPED;
i_ceph_flags     2872 fs/ceph/caps.c 			ci->i_ceph_flags |= CEPH_I_FLUSH_SNAPS;
i_ceph_flags     3008 fs/ceph/caps.c 					ci->i_ceph_flags |= CEPH_I_FLUSH_SNAPS;
i_ceph_flags     3230 fs/ceph/caps.c 			ci->i_ceph_flags &= ~CEPH_I_POOL_PERM;
i_ceph_flags     3613 fs/ceph/caps.c 			ci->i_ceph_flags |= CEPH_I_CAP_DROPPED;
i_ceph_flags     4051 fs/ceph/caps.c 		if ((ci->i_ceph_flags & CEPH_I_FLUSH) == 0 &&
i_ceph_flags     4146 fs/ceph/caps.c 		ci->i_ceph_flags |= CEPH_I_NODELAY;
i_ceph_flags     4202 fs/ceph/caps.c 				if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0)
i_ceph_flags      755 fs/ceph/dir.c  		dout(" dir %p flags are %d\n", dir, ci->i_ceph_flags);
i_ceph_flags     1514 fs/ceph/file.c 	    (ci->i_ceph_flags & CEPH_I_ERROR_WRITE)) {
i_ceph_flags      437 fs/ceph/inode.c 	ci->i_ceph_flags = 0;
i_ceph_flags      857 fs/ceph/inode.c 			ci->i_ceph_flags &= ~CEPH_I_POOL_PERM;
i_ceph_flags       26 fs/ceph/io.c   	if (READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT) {
i_ceph_flags       28 fs/ceph/io.c   		ci->i_ceph_flags &= ~CEPH_I_ODIRECT;
i_ceph_flags       57 fs/ceph/io.c   	if (!(READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT))
i_ceph_flags      111 fs/ceph/io.c   	if (!(READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT)) {
i_ceph_flags      113 fs/ceph/io.c   		ci->i_ceph_flags |= CEPH_I_ODIRECT;
i_ceph_flags      143 fs/ceph/io.c   	if (READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT)
i_ceph_flags       50 fs/ceph/locks.c 		ci->i_ceph_flags &= ~CEPH_I_ERROR_FILELOCK;
i_ceph_flags      241 fs/ceph/locks.c 	if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) {
i_ceph_flags      294 fs/ceph/locks.c 	if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) {
i_ceph_flags     1393 fs/ceph/mds_client.c 		ci->i_ceph_flags |= CEPH_I_CAP_DROPPED;
i_ceph_flags     1452 fs/ceph/mds_client.c 			ci->i_ceph_flags |= CEPH_I_ERROR_FILELOCK;
i_ceph_flags     1561 fs/ceph/mds_client.c 				ci->i_ceph_flags |= CEPH_I_CAP_DROPPED;
i_ceph_flags     3361 fs/ceph/mds_client.c 			((ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) ? 0 : 1);
i_ceph_flags      626 fs/ceph/snap.c 	ci->i_ceph_flags |= CEPH_I_FLUSH_SNAPS;
i_ceph_flags      317 fs/ceph/super.h 	unsigned i_ceph_flags;
i_ceph_flags      538 fs/ceph/super.h 	if (!(READ_ONCE(ci->i_ceph_flags) & CEPH_I_ERROR_WRITE)) {
i_ceph_flags      540 fs/ceph/super.h 		ci->i_ceph_flags |= CEPH_I_ERROR_WRITE;
i_ceph_flags      547 fs/ceph/super.h 	if (READ_ONCE(ci->i_ceph_flags) & CEPH_I_ERROR_WRITE) {
i_ceph_flags      549 fs/ceph/super.h 		ci->i_ceph_flags &= ~CEPH_I_ERROR_WRITE;
i_ceph_flags      898 fs/ceph/xattr.c 		ci->i_ceph_flags |= CEPH_I_SEC_INITED;
i_ceph_flags     1193 fs/ceph/xattr.c 	ret = !(ci->i_ceph_flags & CEPH_I_SEC_INITED) &&