Searched refs:rhead (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_recover.c786 xlog_rec_header_t *rhead; local
857 rhead = (xlog_rec_header_t *)offset;
858 *tail_blk = BLOCK_LSN(INT_GET(rhead->h_tail_lsn, ARCH_CONVERT));
872 log->l_curr_cycle = INT_GET(rhead->h_cycle, ARCH_CONVERT);
875 log->l_tail_lsn = INT_GET(rhead->h_tail_lsn, ARCH_CONVERT);
876 log->l_last_sync_lsn = INT_GET(rhead->h_lsn, ARCH_CONVERT);
894 int h_size = INT_GET(rhead->h_size, ARCH_CONVERT);
895 int h_version = INT_GET(rhead->h_version, ARCH_CONVERT);
909 BTOBB(INT_GET(rhead->h_len, ARCH_CONVERT))) % log->l_logBBsize;
912 INT_GET(rhead
2879 xlog_recover_process_data( xlog_t *log, xlog_recover_t *rhash[], xlog_rec_header_t *rhead, xfs_caddr_t dp, int pass) argument
3373 xlog_unpack_data_checksum( xlog_rec_header_t *rhead, xfs_caddr_t dp, xlog_t *log) argument
3408 xlog_unpack_data( xlog_rec_header_t *rhead, xfs_caddr_t dp, xlog_t *log) argument
3436 xlog_valid_rec_header( xlog_t *log, xlog_rec_header_t *rhead, xfs_daddr_t blkno) argument
3489 xlog_rec_header_t *rhead; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Davc.c95 struct rcu_head rhead; member in struct:avc_node
275 static void avc_node_free(struct rcu_head *rhead) argument
277 struct avc_node *node = container_of(rhead, struct avc_node, rhead);
285 call_rcu(&node->rhead, avc_node_free);
299 call_rcu(&old->rhead, avc_node_free);
341 INIT_RCU_HEAD(&node->rhead);

Completed in 65 milliseconds