Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.h25 struct xfs_trans_res tr_link; /* link trans */ member
H A Dxfs_trans_resv.c1137 resp->tr_link.tr_logres = xfs_calc_link_reservation(mp); in xfs_calc_namespace_reservations()
1138 resp->tr_link.tr_logcount = xfs_link_log_count(mp, resp); in xfs_calc_namespace_reservations()
1139 resp->tr_link.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()
/linux/fs/xfs/scrub/
H A Dnlinks_repair.c139 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, 0, 0, 0, in xrep_nlinks_repair_inode()
H A Dorphanage.c344 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, in xrep_adoption_trans_alloc()
/linux/kernel/bpf/
H A Dsyscall.c3258 struct bpf_tracing_link *tr_link = in bpf_tracing_link_release() local
3262 tr_link->trampoline)); in bpf_tracing_link_release()
3264 bpf_trampoline_put(tr_link->trampoline); in bpf_tracing_link_release()
3267 if (tr_link->tgt_prog) in bpf_tracing_link_release()
3268 bpf_prog_put(tr_link->tgt_prog); in bpf_tracing_link_release()
3273 struct bpf_tracing_link *tr_link = in bpf_tracing_link_dealloc() local
3276 kfree(tr_link); in bpf_tracing_link_dealloc()
3282 struct bpf_tracing_link *tr_link = in bpf_tracing_link_show_fdinfo() local
3292 tr_link->attach_type, in bpf_tracing_link_show_fdinfo()
3300 struct bpf_tracing_link *tr_link = in bpf_tracing_link_fill_link_info() local
[all …]
/linux/fs/xfs/
H A Dxfs_inode.c1334 error = xfs_trans_alloc_dir(tdp, &M_RES(mp)->tr_link, sip, &resblks, in xfs_link()