Searched refs:tr_link (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.h25 struct xfs_trans_res tr_link; /* link trans */ member in struct:xfs_trans_resv
H A Dxfs_trans_resv.c937 resp->tr_link.tr_logres = xfs_calc_link_reservation(mp);
938 resp->tr_link.tr_logcount = XFS_LINK_LOG_COUNT;
939 resp->tr_link.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
/linux-master/fs/xfs/scrub/
H A Dnlinks_repair.c58 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, 0, 0, 0, &sc->tp);
/linux-master/kernel/bpf/
H A Dsyscall.c3244 struct bpf_tracing_link *tr_link = local
3247 WARN_ON_ONCE(bpf_trampoline_unlink_prog(&tr_link->link,
3248 tr_link->trampoline));
3250 bpf_trampoline_put(tr_link->trampoline);
3253 if (tr_link->tgt_prog)
3254 bpf_prog_put(tr_link->tgt_prog);
3259 struct bpf_tracing_link *tr_link = local
3262 kfree(tr_link);
3268 struct bpf_tracing_link *tr_link = local
3272 bpf_trampoline_unpack_key(tr_link
3286 struct bpf_tracing_link *tr_link = local
[all...]
/linux-master/fs/xfs/
H A Dxfs_inode.c1292 error = xfs_trans_alloc_dir(tdp, &M_RES(mp)->tr_link, sip, &resblks,

Completed in 163 milliseconds