Home
last modified time | relevance | path

Searched refs:upd (Results 1 – 19 of 19) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_metadir.c160 struct xfs_metadir_update *upd, in xfs_metadir_teardown() argument
163 trace_xfs_metadir_teardown(upd, error); in xfs_metadir_teardown()
165 if (upd->ppargs) { in xfs_metadir_teardown()
166 xfs_parent_finish(upd->dp->i_mount, upd->ppargs); in xfs_metadir_teardown()
167 upd->ppargs = NULL; in xfs_metadir_teardown()
170 if (upd->ip) { in xfs_metadir_teardown()
171 if (upd->ip_locked) in xfs_metadir_teardown()
172 xfs_iunlock(upd->ip, XFS_ILOCK_EXCL); in xfs_metadir_teardown()
173 upd->ip_locked = false; in xfs_metadir_teardown()
176 if (upd->dp_locked) in xfs_metadir_teardown()
[all …]
H A Dxfs_rtgroup.c521 struct xfs_metadir_update upd = { in xfs_rtginode_create() local
535 upd.path = xfs_rtginode_path(rtg_rgno(rtg), type); in xfs_rtginode_create()
536 if (!upd.path) in xfs_rtginode_create()
539 error = xfs_metadir_start_create(&upd); in xfs_rtginode_create()
543 error = xfs_metadir_create(&upd, S_IFREG); in xfs_rtginode_create()
547 xfs_rtginode_lockdep_setup(upd.ip, rtg_rgno(rtg), type); in xfs_rtginode_create()
549 upd.ip->i_projid = rtg_rgno(rtg); in xfs_rtginode_create()
550 error = ops->create(rtg, upd.ip, upd.tp, init); in xfs_rtginode_create()
554 error = xfs_metadir_commit(&upd); in xfs_rtginode_create()
558 kfree(upd.path); in xfs_rtginode_create()
[all …]
/linux/tools/testing/selftests/rcutorture/bin/
H A Dconfiginit.sh28 grep '^grep' < $T/u.sh > $T/upd.sh
29 echo "cat - $c" >> $T/upd.sh
36 sh $T/upd.sh < .config.sav > .config
/linux/drivers/mtd/ubi/
H A DMakefile4 ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o
/linux/drivers/clk/axs10x/
H A Dpll_clock.c122 static inline u32 axs10x_encode_div(unsigned int id, int upd) in axs10x_encode_div() argument
130 PLL_REG_SET_NOUPD(div, upd == 0 ? 1 : 0); in axs10x_encode_div()
/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c312 struct xe_pt_update *upd = &wupd->updates[parent->level]; in xe_pt_new_shared() local
322 if (likely(upd->parent == parent)) in xe_pt_new_shared()
325 upd->parent = parent; in xe_pt_new_shared()
326 upd->preexisting = true; in xe_pt_new_shared()
332 upd->update = entry; in xe_pt_new_shared()
360 struct xe_pt_update *upd = &xe_walk->wupd.updates[parent->level]; in xe_pt_insert_entry() local
379 if (likely(!upd->preexisting)) { in xe_pt_insert_entry()
393 struct xe_vm_pgtable_update *entry = upd->update; in xe_pt_insert_entry()
/linux/fs/xfs/
H A Dxfs_trace.h5506 TP_PROTO(const struct xfs_metadir_update *upd),
5507 TP_ARGS(upd),
5512 __string(fname, upd->path)
5515 __entry->dev = upd->dp->i_mount->m_super->s_dev;
5516 __entry->dp_ino = upd->dp->i_ino;
5517 __entry->ino = upd->ip ? upd->ip->i_ino : NULLFSINO;
5529 TP_PROTO(const struct xfs_metadir_update *upd), \
5530 TP_ARGS(upd))
5540 TP_PROTO(const struct xfs_metadir_update *upd, int error),
5541 TP_ARGS(upd, error),
[all …]
/linux/net/sched/
H A Dsch_cake.c579 bool rev = !skb->_nfct, upd = false; in cake_update_flowkeys() local
591 upd = true; in cake_update_flowkeys()
596 upd = true; in cake_update_flowkeys()
605 upd = true; in cake_update_flowkeys()
610 upd = true; in cake_update_flowkeys()
613 return upd; in cake_update_flowkeys()
/linux/net/mac80211/
H A Dcfg.c4186 struct mgmt_frame_regs *upd) in ieee80211_update_mgmt_frame_registrations() argument
4195 (local->probe_req_reg != !!(upd->global_stypes & preq_mask)) || in ieee80211_update_mgmt_frame_registrations()
4197 !!(upd->global_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()
4198 local->probe_req_reg = upd->global_stypes & preq_mask; in ieee80211_update_mgmt_frame_registrations()
4199 local->rx_mcast_action_reg = upd->global_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
4202 !!(upd->interface_stypes & preq_mask)) || in ieee80211_update_mgmt_frame_registrations()
4204 !!(upd->interface_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations()
4205 sdata->vif.probe_req_reg = upd->interface_stypes & preq_mask; in ieee80211_update_mgmt_frame_registrations()
4207 upd->interface_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
/linux/Documentation/networking/
H A Dxfrm_sync.rst17 We already have the ability to generate SA add/del/upd events.
/linux/drivers/net/wireless/ath/ath10k/
H A Dhw.h365 struct ath10k_hw_ce_ctrl1_upd *upd; member
H A Dhw.c335 .upd = &wcn3990_ctrl1_upd,
H A Dce.c1955 value |= ar->hw_ce_regs->upd->mask; in ath10k_ce_alloc_rri()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c239 ice_set_key(u8 *key, u16 size, u8 *val, u8 *upd, u8 *dc, u8 *nm, u16 off, in ice_set_key() argument
262 if (ice_gen_key_word(val[i], upd ? upd[i] : 0xff, in ice_set_key()
/linux/drivers/scsi/lpfc/
H A Dlpfc_hw.h3031 uint32_t upd:1; member
3040 uint32_t upd:1;
H A Dlpfc_mbox.c946 mb->un.varRegVpi.upd = 1; in lpfc_reg_vpi()
H A Dlpfc_els.c10965 mb->un.varRegVpi.upd); in lpfc_cmpl_reg_new_vport()
10967 mb->un.varRegVpi.upd) in lpfc_cmpl_reg_new_vport()
/linux/lib/
H A Dtest_bpf.c1917 u64 mem, upd, res; in __bpf_fill_atomic_reg_pairs() local
1927 upd = 0xfedcba9876543210ULL; in __bpf_fill_atomic_reg_pairs()
1930 upd = 0x76543210U; in __bpf_fill_atomic_reg_pairs()
1936 res = upd; in __bpf_fill_atomic_reg_pairs()
1942 __bpf_alu_result(&res, mem, upd, BPF_OP(op)); in __bpf_fill_atomic_reg_pairs()
1956 i += __bpf_ld_imm64(&insn[i], rs, upd); in __bpf_fill_atomic_reg_pairs()
1990 src = upd; /* Expect value to be preserved */ in __bpf_fill_atomic_reg_pairs()
1994 src = upd; /* Expect value to be preserved */ in __bpf_fill_atomic_reg_pairs()
/linux/
H A DCREDITS1977 D: digiboard driver update(modularisation work and 2.1.x upd)