Searched refs:wip (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_inode.c | 2627 struct xfs_inode *wip, /* in: whiteout inode */ in xfs_sort_for_rename() 2649 if (wip) in xfs_sort_for_rename() 2650 i_tab[i++] = wip; in xfs_sort_for_rename() 2804 struct xfs_inode **wip) in xfs_rename_alloc_whiteout() 2833 *wip = tmpfile; in xfs_rename_alloc_whiteout() 2853 struct xfs_inode *wip = NULL; /* whiteout inode */ in xfs_rename() local 2875 target_dp, &wip); in xfs_rename() 2883 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip, in xfs_rename() 2925 if (wip) in xfs_rename() 2926 xfs_trans_ijoin(tp, wip, XFS_ILOCK_EXC in xfs_rename() 2622 xfs_sort_for_rename( struct xfs_inode *dp1, struct xfs_inode *dp2, struct xfs_inode *ip1, struct xfs_inode *ip2, struct xfs_inode *wip, struct xfs_inode **i_tab, int *num_inodes) xfs_sort_for_rename() argument 2800 xfs_rename_alloc_whiteout( struct mnt_idmap *idmap, struct xfs_name *src_name, struct xfs_inode *dp, struct xfs_inode **wip) xfs_rename_alloc_whiteout() argument [all...] |
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_inode.c | 2943 struct xfs_inode *wip, /* in: whiteout inode */ in xfs_sort_for_rename() 2965 if (wip) in xfs_sort_for_rename() 2966 i_tab[i++] = wip; in xfs_sort_for_rename() 3118 struct xfs_inode **wip) in xfs_rename_alloc_whiteout() 3136 *wip = tmpfile; in xfs_rename_alloc_whiteout() 3155 struct xfs_inode *wip = NULL; /* whiteout inode */ in xfs_rename() local 3175 error = xfs_rename_alloc_whiteout(target_dp, &wip); in xfs_rename() 3183 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip, in xfs_rename() 3222 if (wip) in xfs_rename() 3223 xfs_trans_ijoin(tp, wip, XFS_ILOCK_EXC in xfs_rename() 2938 xfs_sort_for_rename( struct xfs_inode *dp1, struct xfs_inode *dp2, struct xfs_inode *ip1, struct xfs_inode *ip2, struct xfs_inode *wip, struct xfs_inode **i_tab, int *num_inodes) xfs_sort_for_rename() argument 3116 xfs_rename_alloc_whiteout( struct xfs_inode *dp, struct xfs_inode **wip) xfs_rename_alloc_whiteout() argument [all...] |
/kernel/linux/linux-6.6/kernel/trace/rv/monitors/wip/ |
H A D | wip.c | 11 #define MODULE_NAME "wip" 17 #include "wip.h" 20 DECLARE_DA_MON_PER_CPU(wip, unsigned char); 45 rv_attach_trace_probe("wip", preempt_enable, handle_preempt_enable); in enable_wip() 46 rv_attach_trace_probe("wip", sched_waking, handle_sched_waking); in enable_wip() 47 rv_attach_trace_probe("wip", preempt_disable, handle_preempt_disable); in enable_wip() 56 rv_detach_trace_probe("wip", preempt_disable, handle_preempt_disable); in disable_wip() 57 rv_detach_trace_probe("wip", preempt_enable, handle_preempt_enable); in disable_wip() 58 rv_detach_trace_probe("wip", sched_waking, handle_sched_waking); in disable_wip() 64 .name = "wip", [all...] |
Completed in 9 milliseconds