Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_trans_resv.h25 struct xfs_trans_res tr_link; /* link trans */ member
H A Dxfs_trans_resv.c1163 resp->tr_link.tr_logres = xfs_calc_link_reservation(mp); in xfs_calc_namespace_reservations()
1164 resp->tr_link.tr_logcount = xfs_link_log_count(mp, resp); in xfs_calc_namespace_reservations()
1165 resp->tr_link.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()
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-6.15/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()
H A Dorphanage.c347 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, in xrep_adoption_trans_alloc()
/linux-6.15/kernel/bpf/
H A Dsyscall.c3371 struct bpf_tracing_link *tr_link = in bpf_tracing_link_release() local
3375 tr_link->trampoline, in bpf_tracing_link_release()
3376 tr_link->tgt_prog)); in bpf_tracing_link_release()
3378 bpf_trampoline_put(tr_link->trampoline); in bpf_tracing_link_release()
3381 if (tr_link->tgt_prog) in bpf_tracing_link_release()
3382 bpf_prog_put(tr_link->tgt_prog); in bpf_tracing_link_release()
3387 struct bpf_tracing_link *tr_link = in bpf_tracing_link_dealloc() local
3390 kfree(tr_link); in bpf_tracing_link_dealloc()
3396 struct bpf_tracing_link *tr_link = in bpf_tracing_link_show_fdinfo() local
3406 tr_link->attach_type, in bpf_tracing_link_show_fdinfo()
[all …]
/linux-6.15/fs/xfs/
H A Dxfs_inode.c918 error = xfs_trans_alloc_dir(tdp, &M_RES(mp)->tr_link, sip, &resblks, in xfs_link()