Searched refs:i_ceph_flags (Results 1 – 11 of 11) sorted by relevance
26 if (READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT) { in ceph_block_o_direct()28 ci->i_ceph_flags &= ~CEPH_I_ODIRECT; in ceph_block_o_direct()57 if (!(READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT)) in ceph_start_io_read()111 if (!(READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT)) { in ceph_block_buffered()113 ci->i_ceph_flags |= CEPH_I_ODIRECT; in ceph_block_buffered()143 if (READ_ONCE(ci->i_ceph_flags) & CEPH_I_ODIRECT) in ceph_start_io_direct()
515 ci->i_ceph_flags, ci->i_hold_caps_max); in __cap_delay_requeue()519 if (ci->i_ceph_flags & CEPH_I_FLUSH) in __cap_delay_requeue()541 ci->i_ceph_flags |= CEPH_I_FLUSH; in __cap_delay_requeue_front()1296 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in __send_cap()1307 ci->i_ceph_flags &= ~(CEPH_I_NODELAY | CEPH_I_FLUSH); in __send_cap()1503 ci->i_ceph_flags &= ~CEPH_I_FLUSH_SNAPS; in __ceph_flush_snaps()1561 if (!(ci->i_ceph_flags & CEPH_I_FLUSH_SNAPS)) { in ceph_flush_snaps()1590 if (ci->i_ceph_flags & CEPH_I_KICK_FLUSH) in ceph_flush_snaps()1842 if (ci->i_ceph_flags & CEPH_I_FLUSH) in ceph_check_caps()1965 if (ci->i_ceph_flags & CEPH_I_FLUSH_SNAPS) { in ceph_check_caps()[all …]
50 ci->i_ceph_flags &= ~CEPH_I_ERROR_FILELOCK; in ceph_fl_release_lock()241 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_lock()294 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_flock()
317 unsigned i_ceph_flags; member538 if (!(READ_ONCE(ci->i_ceph_flags) & CEPH_I_ERROR_WRITE)) { in ceph_set_error_write()540 ci->i_ceph_flags |= CEPH_I_ERROR_WRITE; in ceph_set_error_write()547 if (READ_ONCE(ci->i_ceph_flags) & CEPH_I_ERROR_WRITE) { in ceph_clear_error_write()549 ci->i_ceph_flags &= ~CEPH_I_ERROR_WRITE; in ceph_clear_error_write()
2011 flags = ci->i_ceph_flags; in ceph_pool_perm_check()2044 ci->i_ceph_flags |= flags; in ceph_pool_perm_check()2047 flags = ci->i_ceph_flags; in ceph_pool_perm_check()
898 ci->i_ceph_flags |= CEPH_I_SEC_INITED; in __ceph_getxattr()1193 ret = !(ci->i_ceph_flags & CEPH_I_SEC_INITED) && in ceph_security_xattr_deadlock()
626 ci->i_ceph_flags |= CEPH_I_FLUSH_SNAPS; in __ceph_finish_cap_snap()
1391 ci->i_ceph_flags |= CEPH_I_CAP_DROPPED; in remove_session_caps_cb()1450 ci->i_ceph_flags |= CEPH_I_ERROR_FILELOCK; in remove_session_caps_cb()1559 ci->i_ceph_flags |= CEPH_I_CAP_DROPPED; in wake_up_session_cb()3360 ((ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) ? 0 : 1); in encode_caps_cb()
437 ci->i_ceph_flags = 0; in ceph_alloc_inode()857 ci->i_ceph_flags &= ~CEPH_I_POOL_PERM; in fill_inode()
755 dout(" dir %p flags are %d\n", dir, ci->i_ceph_flags); in ceph_lookup()
1503 (ci->i_ceph_flags & CEPH_I_ERROR_WRITE)) { in ceph_write_iter()