Home
last modified time | relevance | path

Searched refs:attr_index (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/ocfs2/cluster/
Dnodemanager.c431 int attr_index = o2nm_attr_index(attr); in o2nm_node_store() local
438 if (test_bit(attr_index, &node->nd_set_attributes)) in o2nm_node_store()
445 set_bit(attr_index, &node->nd_set_attributes); in o2nm_node_store()
/linux-4.1.27/fs/xfs/
Dxfs_log_recover.c2514 int attr_index; in xlog_recover_inode_pass2() local
2741 attr_index = 3; in xlog_recover_inode_pass2()
2743 attr_index = 2; in xlog_recover_inode_pass2()
2745 len = item->ri_buf[attr_index].i_len; in xlog_recover_inode_pass2()
2746 src = item->ri_buf[attr_index].i_addr; in xlog_recover_inode_pass2()
/linux-4.1.27/drivers/infiniband/core/
Dcm.c3220 u16 attr_index; in cm_send_handler() local
3223 attr_index = be16_to_cpu(((struct ib_mad_hdr *) in cm_send_handler()
3231 if (!msg->context[0] && (attr_index != CM_REJ_COUNTER)) in cm_send_handler()
3235 &port->counter_group[CM_XMIT].counter[attr_index]); in cm_send_handler()
3239 counter[attr_index]); in cm_send_handler()