Searched refs:i_ceph_flags (Results 1 – 12 of 12) 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()
327 unsigned long i_ceph_flags; member604 if (!(READ_ONCE(ci->i_ceph_flags) & CEPH_I_ERROR_WRITE)) { in ceph_set_error_write()606 ci->i_ceph_flags |= CEPH_I_ERROR_WRITE; in ceph_set_error_write()613 if (READ_ONCE(ci->i_ceph_flags) & CEPH_I_ERROR_WRITE) { in ceph_clear_error_write()615 ci->i_ceph_flags &= ~CEPH_I_ERROR_WRITE; in ceph_clear_error_write()1037 unsigned long flags = READ_ONCE(ceph_inode(inode)->i_ceph_flags); in ceph_inode_is_shutdown()
515 if (ci->i_ceph_flags & CEPH_I_FLUSH) in __cap_delay_requeue()536 ci->i_ceph_flags |= CEPH_I_FLUSH; in __cap_delay_requeue_front()1361 ci->i_ceph_flags &= ~CEPH_I_FLUSH; in __prep_cap()1576 ci->i_ceph_flags &= ~CEPH_I_FLUSH_SNAPS; in __ceph_flush_snaps()1658 if (ci->i_ceph_flags & CEPH_I_KICK_FLUSH) in ceph_flush_snaps()1918 if (ci->i_ceph_flags & CEPH_I_FLUSH) in ceph_check_caps()2083 (ci->i_ceph_flags & in ceph_check_caps()2157 if (ci->i_ceph_flags & in try_flush_caps()2422 ci->i_ceph_flags &= ~CEPH_I_KICK_FLUSH; in __kick_flushing_caps()2527 ci->i_ceph_flags |= CEPH_I_KICK_FLUSH; in ceph_early_kick_flushing_caps()[all …]
50 ci->i_ceph_flags &= ~CEPH_I_ERROR_FILELOCK; in ceph_fl_release_lock()256 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_lock()315 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_flock()
574 return wait_on_bit(&ci->i_ceph_flags, CEPH_ASYNC_CREATE_BIT, in ceph_wait_on_async_create()
555 if (ci->i_ceph_flags & CEPH_I_ASYNC_CREATE) { in ceph_async_create_cb()556 ci->i_ceph_flags &= ~CEPH_I_ASYNC_CREATE; in ceph_async_create_cb()557 wake_up_bit(&ci->i_ceph_flags, CEPH_ASYNC_CREATE_BIT); in ceph_async_create_cb()657 ceph_inode(inode)->i_ceph_flags = CEPH_I_ASYNC_CREATE; in ceph_finish_async_create()1789 (ci->i_ceph_flags & CEPH_I_ERROR_WRITE)) { in ceph_write_iter()
1954 flags = ci->i_ceph_flags; in ceph_pool_perm_check()1987 ci->i_ceph_flags |= flags; in ceph_pool_perm_check()1990 flags = ci->i_ceph_flags; in ceph_pool_perm_check()
997 ci->i_ceph_flags |= CEPH_I_SEC_INITED; in __ceph_getxattr()1297 ret = !(ci->i_ceph_flags & CEPH_I_SEC_INITED) && in ceph_security_xattr_deadlock()
461 ci->i_ceph_flags = 0; in ceph_alloc_inode()900 ci->i_ceph_flags &= ~CEPH_I_POOL_PERM; in ceph_fill_inode()2414 ci->i_ceph_flags |= CEPH_I_SHUTDOWN; in ceph_inode_shutdown()
653 ci->i_ceph_flags |= CEPH_I_FLUSH_SNAPS; in __ceph_finish_cap_snap()
760 dout(" dir %p flags are 0x%lx\n", dir, ci->i_ceph_flags); in ceph_lookup()
3731 ((ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) ? 0 : 1); in reconnect_caps_cb()
Completed in 46 milliseconds