Home
last modified time | relevance | path

Searched refs:t_type (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/net/rds/
Dtransport.c49 if (transports[trans->t_type]) in rds_trans_register()
51 trans->t_type); in rds_trans_register()
53 transports[trans->t_type] = trans; in rds_trans_register()
67 transports[trans->t_type] = NULL; in rds_trans_unregister()
Dconnection.c131 if (!is_outgoing && otrans->t_type == RDS_TRANS_TCP) in __rds_conn_create()
237 if (!is_outgoing && otrans->t_type == RDS_TRANS_TCP) in __rds_conn_create()
246 if ((is_outgoing && otrans->t_type == RDS_TRANS_TCP) || in __rds_conn_create()
247 (otrans->t_type != RDS_TRANS_TCP)) { in __rds_conn_create()
Diw.c288 .t_type = RDS_TRANS_IWARP,
Dtcp.c280 .t_type = RDS_TRANS_TCP,
Dib.c395 .t_type = RDS_TRANS_IB
Drds.h421 unsigned int t_type; member
/linux-4.1.27/fs/xfs/
Dxfs_trans.c83 tp->t_type = type; in _xfs_trans_alloc()
128 ntp->t_type = tp->t_type; in xfs_trans_dup()
222 permanent, tp->t_type); in xfs_trans_reserve()
Dxfs_log.h173 uint t_type);
Dxfs_trans.h93 unsigned int t_type; /* transaction type */ member
Dxfs_log.c439 uint t_type) in xfs_log_reserve() argument
459 tic->t_trans_type = t_type; in xfs_log_reserve()