/linux/fs/xfs/libxfs/ |
H A D | xfs_metadir.c | 155 * directory tree operation. The caller retains its reference to @upd->ip 160 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 in xfs_metadir_teardown() 187 xfs_metadir_start_create(struct xfs_metadir_update * upd) xfs_metadir_start_create() argument 241 xfs_metadir_create(struct xfs_metadir_update * upd,umode_t mode) xfs_metadir_create() argument 322 xfs_metadir_start_link(struct xfs_metadir_update * upd) xfs_metadir_start_link() argument 369 xfs_metadir_link(struct xfs_metadir_update * upd) xfs_metadir_link() argument 414 xfs_metadir_commit(struct xfs_metadir_update * upd) xfs_metadir_commit() argument 430 xfs_metadir_cancel(struct xfs_metadir_update * upd,int error) xfs_metadir_cancel() argument 448 struct xfs_metadir_update upd = { xfs_metadir_mkdir() local [all...] |
H A D | xfs_metadir.h | 35 int xfs_metadir_start_create(struct xfs_metadir_update *upd); 36 int xfs_metadir_create(struct xfs_metadir_update *upd, umode_t mode); 38 int xfs_metadir_start_link(struct xfs_metadir_update *upd); 39 int xfs_metadir_link(struct xfs_metadir_update *upd); 41 int xfs_metadir_commit(struct xfs_metadir_update *upd); 42 void xfs_metadir_cancel(struct xfs_metadir_update *upd, int error);
|
H A D | xfs_dquot_buf.c | 426 struct xfs_metadir_update upd = { in xfs_dqinode_metadir_create() local 433 error = xfs_metadir_start_create(&upd); in xfs_dqinode_metadir_create() 437 error = xfs_metadir_create(&upd, S_IFREG); in xfs_dqinode_metadir_create() 441 xfs_trans_log_inode(upd.tp, upd.ip, XFS_ILOG_CORE); in xfs_dqinode_metadir_create() 443 error = xfs_metadir_commit(&upd); in xfs_dqinode_metadir_create() 447 xfs_finish_inode_setup(upd.ip); in xfs_dqinode_metadir_create() 448 *ipp = upd.ip; in xfs_dqinode_metadir_create() 460 struct xfs_metadir_update upd = { in xfs_dqinode_metadir_link() local 468 error = xfs_metadir_start_link(&upd); in xfs_dqinode_metadir_link() [all...] |
H A D | xfs_rtgroup.c | 528 struct xfs_metadir_update upd = { in xfs_rtginode_create() local 542 upd.path = xfs_rtginode_path(rtg_rgno(rtg), type); in xfs_rtginode_create() 543 if (!upd.path) in xfs_rtginode_create() 546 error = xfs_metadir_start_create(&upd); in xfs_rtginode_create() 550 error = xfs_metadir_create(&upd, S_IFREG); in xfs_rtginode_create() 554 xfs_rtginode_lockdep_setup(upd.ip, rtg_rgno(rtg), type); in xfs_rtginode_create() 556 upd.ip->i_projid = rtg_rgno(rtg); in xfs_rtginode_create() 557 error = ops->create(rtg, upd.ip, upd.tp, init); in xfs_rtginode_create() 561 error = xfs_metadir_commit(&upd); in xfs_rtginode_create() [all...] |
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | configinit.sh | 28 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 D | Makefile | 4 ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o
|
/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | cfg80211.h | 23 struct mgmt_frame_regs *upd);
|
H A D | cfg80211.c | 1276 struct mgmt_frame_regs *upd) in wilc_update_mgmt_frame_registrations() argument 1286 bool now = upd->interface_stypes & presp_bit; in wilc_update_mgmt_frame_registrations() 1292 now = upd->interface_stypes & action_bit; in wilc_update_mgmt_frame_registrations() 1298 now = upd->interface_stypes & pauth_bit; in wilc_update_mgmt_frame_registrations() 1304 upd->interface_stypes & (presp_bit | action_bit | pauth_bit); in wilc_update_mgmt_frame_registrations()
|
/linux/drivers/clk/axs10x/ |
H A D | pll_clock.c | 122 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/net/wireless/ |
H A D | mlme.c | 610 struct mgmt_frame_regs upd = {}; in cfg80211_mgmt_registrations_update() local 629 upd.global_stypes |= mask; in cfg80211_mgmt_registrations_update() 630 upd.global_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update() 633 upd.interface_stypes |= mask; in cfg80211_mgmt_registrations_update() 634 upd.interface_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update() 643 rdev_update_mgmt_frame_registrations(rdev, wdev, &upd); in cfg80211_mgmt_registrations_update()
|
H A D | rdev-ops.h | 853 struct mgmt_frame_regs *upd) in rdev_update_mgmt_frame_registrations() argument 857 trace_rdev_update_mgmt_frame_registrations(&rdev->wiphy, wdev, upd); in rdev_update_mgmt_frame_registrations() 860 upd); in rdev_update_mgmt_frame_registrations()
|
H A D | trace.h | 1842 struct mgmt_frame_regs *upd), 1843 TP_ARGS(wiphy, wdev, upd), 1853 __entry->global_stypes = upd->global_stypes; 1854 __entry->interface_stypes = upd->interface_stypes;
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | chan.c | 2675 struct rtw89_mcc_role *upd) in __mcc_fw_upd_macid_bitmap() argument 2681 upd->rtwvif_link->mac_id, in __mcc_fw_upd_macid_bitmap() 2682 upd->macid_bitmap); in __mcc_fw_upd_macid_bitmap() 2694 struct rtw89_mcc_role *upd) in __mrc_fw_upd_macid_bitmap() argument 2699 u32 new = rtw89_mcc_role_fw_macid_bitmap_to_u32(upd); in __mrc_fw_upd_macid_bitmap() 2706 arg.macid = upd->rtwvif_link->mac_id; in __mrc_fw_upd_macid_bitmap() 2743 struct rtw89_mcc_role upd = { in rtw89_mcc_upd_map_iterator() local 2751 rtw89_mcc_fill_role_macid_bitmap(rtwdev, &upd); in rtw89_mcc_upd_map_iterator() 2752 if (memcmp(mcc_role->macid_bitmap, upd.macid_bitmap, in rtw89_mcc_upd_map_iterator() 2757 ret = __mrc_fw_upd_macid_bitmap(rtwdev, mcc_role, &upd); in rtw89_mcc_upd_map_iterator() [all...] |
/linux/drivers/gpu/drm/xe/ |
H A D | xe_pt.c | 338 struct xe_pt_update *upd = &wupd->updates[parent->level]; in xe_pt_new_shared() local 348 if (likely(upd->parent == parent)) in xe_pt_new_shared() 351 upd->parent = parent; in xe_pt_new_shared() 352 upd->preexisting = true; in xe_pt_new_shared() 358 upd->update = entry; in xe_pt_new_shared() 386 struct xe_pt_update *upd = &xe_walk->wupd.updates[parent->level]; in xe_pt_insert_entry() local 405 if (likely(!upd->preexisting)) { in xe_pt_insert_entry() 419 struct xe_vm_pgtable_update *entry = upd->update; in xe_pt_insert_entry()
|
/linux/drivers/crypto/nx/ |
H A D | nx-common-pseries.c | 854 struct of_reconfig_data *upd = data; in nx842_OF_notifier() local 865 !strcmp(upd->dn->name, node->name)) { in nx842_OF_notifier() 867 nx842_OF_upd(upd->prop); in nx842_OF_notifier()
|
/linux/fs/xfs/ |
H A D | xfs_trace.h | 5710 TP_PROTO(const struct xfs_metadir_update *upd), 5711 TP_ARGS(upd), 5716 __string(fname, upd->path) 5719 __entry->dev = upd->dp->i_mount->m_super->s_dev; 5720 __entry->dp_ino = upd->dp->i_ino; 5721 __entry->ino = upd->ip ? upd->ip->i_ino : NULLFSINO; 5733 TP_PROTO(const struct xfs_metadir_update *upd), \ 5734 TP_ARGS(upd)) 5744 TP_PROTO(const struct xfs_metadir_update *upd, int error), 5745 TP_ARGS(upd, error), [all …]
|
/linux/net/sched/ |
H A D | sch_cake.c | 579 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/Documentation/networking/ |
H A D | xfrm_sync.rst | 17 We already have the ability to generate SA add/del/upd events.
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | hw.h | 369 const struct ath10k_hw_ce_ctrl1_upd *upd; member
|
H A D | hw.c | 335 .upd = &wcn3990_ctrl1_upd,
|
H A D | ce.c | 1957 value |= ar->hw_ce_regs->upd->mask; in ath10k_ce_alloc_rri()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 225 * @upd: array of 8-bit masks that determine what key portion to update 233 * upd, dc, and nm are optional parameters, and can be NULL: 234 * upd == NULL --> upd mask is all 1's (update all bits) 239 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 D | lpfc_hw.h | 3031 uint32_t upd:1; member 3040 uint32_t upd:1;
|
/linux/lib/ |
H A D | test_bpf.c | 1917 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/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.c | 3259 struct mgmt_frame_regs *upd) in ath6kl_update_mgmt_frame_registrations() argument 3269 upd->interface_stypes & BIT(IEEE80211_STYPE_PROBE_REQ >> 4); in ath6kl_update_mgmt_frame_registrations()
|