Home
last modified time | relevance | path

Searched refs:rhead (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_log_recover.c892 xlog_rec_header_t *rhead; in xlog_find_tail() local
966 rhead = (xlog_rec_header_t *)offset; in xlog_find_tail()
967 *tail_blk = BLOCK_LSN(be64_to_cpu(rhead->h_tail_lsn)); in xlog_find_tail()
981 log->l_curr_cycle = be32_to_cpu(rhead->h_cycle); in xlog_find_tail()
984 atomic64_set(&log->l_tail_lsn, be64_to_cpu(rhead->h_tail_lsn)); in xlog_find_tail()
985 atomic64_set(&log->l_last_sync_lsn, be64_to_cpu(rhead->h_lsn)); in xlog_find_tail()
1003 int h_size = be32_to_cpu(rhead->h_size); in xlog_find_tail()
1004 int h_version = be32_to_cpu(rhead->h_version); in xlog_find_tail()
1018 BTOBB(be32_to_cpu(rhead->h_len))) % log->l_logBBsize; in xlog_find_tail()
1021 be32_to_cpu(rhead->h_num_logops) == 1) { in xlog_find_tail()
[all …]
Dxfs_log_priv.h432 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
Dxfs_log.c1660 struct xlog_rec_header *rhead, in xlog_cksum() argument
1667 crc = xfs_start_cksum((char *)rhead, in xlog_cksum()
1673 union xlog_in_core2 *xhdr = (union xlog_in_core2 *)rhead; in xlog_cksum()
/linux-4.4.14/include/drm/ttm/
Dttm_object.h126 struct rcu_head rhead; member
322 kfree_rcu(__object, __base.rhead)
349 kfree_rcu(__obj, __prime.base.rhead)
/linux-4.4.14/security/selinux/
Davc.c58 struct rcu_head rhead; member
485 static void avc_node_free(struct rcu_head *rhead) in avc_node_free() argument
487 struct avc_node *node = container_of(rhead, struct avc_node, rhead); in avc_node_free()
496 call_rcu(&node->rhead, avc_node_free); in avc_node_delete()
511 call_rcu(&old->rhead, avc_node_free); in avc_node_replace()
/linux-4.4.14/Documentation/
Dkref.txt261 struct rcu_head rhead;
288 kfree_rcu(entry, rhead);
298 by using kfree_rcu(entry, rhead) as done above, or by calling synchronize_rcu()
/linux-4.4.14/fs/ceph/
Dmds_client.c2060 struct ceph_mds_request_head *rhead; in __prepare_send_request() local
2086 rhead = msg->front.iov_base; in __prepare_send_request()
2088 flags = le32_to_cpu(rhead->flags); in __prepare_send_request()
2090 rhead->flags = cpu_to_le32(flags); in __prepare_send_request()
2093 rhead->ino = cpu_to_le64(ceph_ino(req->r_target_inode)); in __prepare_send_request()
2095 rhead->num_retry = req->r_attempts - 1; in __prepare_send_request()
2098 rhead->num_releases = 0; in __prepare_send_request()
2124 rhead = msg->front.iov_base; in __prepare_send_request()
2125 rhead->oldest_client_tid = cpu_to_le64(__get_oldest_tid(mdsc)); in __prepare_send_request()
2130 rhead->flags = cpu_to_le32(flags); in __prepare_send_request()
[all …]
Dinode.c1394 struct ceph_mds_request_head *rhead = req->r_request->front.iov_base; in ceph_readdir_prepopulate() local
1396 u32 frag = le32_to_cpu(rhead->args.readdir.frag); in ceph_readdir_prepopulate()