Home
last modified time | relevance | path

Searched refs:tr_link (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/scrub/
H A Dnlinks_repair.c137 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, 0, 0, 0, in xrep_nlinks_repair_inode()
/linux/kernel/bpf/
H A Dsyscall.c3501 struct bpf_tracing_link *tr_link = in bpf_tracing_link_release() local
3504 WARN_ON_ONCE(bpf_trampoline_unlink_prog(&tr_link->link, in bpf_tracing_link_release()
3505 tr_link->trampoline, in bpf_tracing_link_release()
3506 tr_link->tgt_prog)); in bpf_tracing_link_release()
3508 bpf_trampoline_put(tr_link->trampoline); in bpf_tracing_link_release()
3511 if (tr_link->tgt_prog) in bpf_tracing_link_release()
3512 bpf_prog_put(tr_link->tgt_prog); in bpf_tracing_link_release()
3517 struct bpf_tracing_link *tr_link = in bpf_tracing_link_dealloc() local
3520 kfree(tr_link); in bpf_tracing_link_dealloc()
3526 struct bpf_tracing_link *tr_link = in bpf_tracing_link_show_fdinfo() local
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_metadir.c338 error = xfs_trans_alloc_dir(upd->dp, &M_RES(mp)->tr_link, upd->ip, in xfs_metadir_start_link()
/linux/fs/xfs/
H A Dxfs_inode.c947 error = xfs_trans_alloc_dir(tdp, &M_RES(mp)->tr_link, sip, &resblks, in xfs_link()