Home
last modified time | relevance | path

Searched refs:op_flags (Results 1 – 25 of 77) sorted by relevance

1234

/linux/fs/
A Dmpage.c64 bio_set_op_attrs(bio, op, op_flags); in mpage_bio_submit()
173 int op_flags; in do_mpage_readpage() local
179 op_flags = REQ_RAHEAD; in do_mpage_readpage()
182 op_flags = 0; in do_mpage_readpage()
501 int op_flags = wbc_to_write_flags(wbc); in __mpage_writepage() local
609 bio = mpage_bio_submit(REQ_OP_WRITE, op_flags, bio); in __mpage_writepage()
635 bio = mpage_bio_submit(REQ_OP_WRITE, op_flags, bio); in __mpage_writepage()
714 int op_flags = (wbc->sync_mode == WB_SYNC_ALL ? in mpage_writepages() local
716 mpage_bio_submit(REQ_OP_WRITE, op_flags, mpd.bio); in mpage_writepages()
735 int op_flags = (wbc->sync_mode == WB_SYNC_ALL ? in mpage_writepage() local
[all …]
A Dbuffer.c3041 op_flags |= REQ_META; in submit_bh_wbc()
3043 op_flags |= REQ_PRIO; in submit_bh_wbc()
3044 bio_set_op_attrs(bio, op, op_flags); in submit_bh_wbc()
3058 int submit_bh(int op, int op_flags, struct buffer_head *bh) in submit_bh() argument
3060 return submit_bh_wbc(op, op_flags, bh, 0, NULL); in submit_bh()
3103 submit_bh(op, op_flags, bh); in ll_rw_block()
3110 submit_bh(op, op_flags, bh); in ll_rw_block()
3119 void write_dirty_buffer(struct buffer_head *bh, int op_flags) in write_dirty_buffer() argument
3128 submit_bh(REQ_OP_WRITE, op_flags, bh); in write_dirty_buffer()
3137 int __sync_dirty_buffer(struct buffer_head *bh, int op_flags) in __sync_dirty_buffer() argument
[all …]
/linux/drivers/net/wireless/ath/ath9k/
A Dhtc_drv_gpio.c40 clear_bit(OP_BT_PRIORITY_DETECTED, &priv->op_flags); in ath_detect_bt_priority()
41 clear_bit(OP_BT_SCAN, &priv->op_flags); in ath_detect_bt_priority()
46 set_bit(OP_BT_PRIORITY_DETECTED, &priv->op_flags); in ath_detect_bt_priority()
47 set_bit(OP_BT_SCAN, &priv->op_flags); in ath_detect_bt_priority()
51 set_bit(OP_BT_PRIORITY_DETECTED, &priv->op_flags); in ath_detect_bt_priority()
76 test_bit(OP_BT_PRIORITY_DETECTED, &priv->op_flags)); in ath_btcoex_period_work()
82 ath9k_hw_btcoex_bt_stomp(priv->ah, test_bit(OP_BT_SCAN, &priv->op_flags) ? in ath_btcoex_period_work()
86 timer_period = test_bit(OP_BT_SCAN, &priv->op_flags) ? in ath_btcoex_period_work()
109 test_bit(OP_BT_SCAN, &priv->op_flags)) in ath_btcoex_duty_cycle_work()
143 clear_bit(OP_BT_PRIORITY_DETECTED, &priv->op_flags); in ath_htc_resume_btcoex_work()
[all …]
A Dgpio.c152 clear_bit(BT_OP_PRIORITY_DETECTED, &btcoex->op_flags); in ath_detect_bt_priority()
153 clear_bit(BT_OP_SCAN, &btcoex->op_flags); in ath_detect_bt_priority()
158 set_bit(BT_OP_PRIORITY_DETECTED, &btcoex->op_flags); in ath_detect_bt_priority()
159 set_bit(BT_OP_SCAN, &btcoex->op_flags); in ath_detect_bt_priority()
163 set_bit(BT_OP_PRIORITY_DETECTED, &btcoex->op_flags); in ath_detect_bt_priority()
226 if (test_bit(BT_OP_SCAN, &btcoex->op_flags)) { in ath_btcoex_period_timer()
266 test_bit(BT_OP_SCAN, &btcoex->op_flags))) in ath_btcoex_no_stomp_timer()
312 clear_bit(BT_OP_PRIORITY_DETECTED, &btcoex->op_flags); in ath9k_btcoex_timer_resume()
313 clear_bit(BT_OP_SCAN, &btcoex->op_flags); in ath9k_btcoex_timer_resume()
351 else if (test_bit(BT_OP_PRIORITY_DETECTED, &btcoex->op_flags)) in ath9k_btcoex_aggr_limit()
A Dwow.c180 if (test_bit(ATH_OP_INVALID, &common->op_flags)) { in ath9k_suspend()
199 if (test_bit(ATH_OP_MULTI_CHANNEL, &common->op_flags)) { in ath9k_suspend()
207 if (!test_bit(ATH_OP_PRIM_STA_VIF, &common->op_flags)) { in ath9k_suspend()
274 set_bit(ATH_OP_WOW_ENABLED, &common->op_flags); in ath9k_suspend()
306 clear_bit(ATH_OP_WOW_ENABLED, &common->op_flags); in ath9k_resume()
A Dlink.c129 if (!test_bit(ATH_OP_BEACONS, &common->op_flags)) in ath_hw_pll_work()
428 !test_bit(ATH_OP_ANI_RUN, &common->op_flags) || in ath_start_ani()
468 if (!test_bit(ATH_OP_PRIM_STA_VIF, &common->op_flags)) in ath_check_ani()
472 if (!test_bit(ATH_OP_PRIM_STA_VIF, &common->op_flags)) in ath_check_ani()
476 if (!test_bit(ATH_OP_ANI_RUN, &common->op_flags)) { in ath_check_ani()
477 set_bit(ATH_OP_ANI_RUN, &common->op_flags); in ath_check_ani()
484 clear_bit(ATH_OP_ANI_RUN, &common->op_flags); in ath_check_ani()
A Dbeacon.c398 if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) { in ath9k_beacon_tasklet()
583 set_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_beacon_config_adhoc()
637 clear_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_beacon_config()
655 set_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_beacon_config()
685 set_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_beacon_config()
688 clear_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_beacon_config()
692 clear_bit(ATH_OP_BEACONS, &common->op_flags); in ath9k_beacon_config()
A Dmain.c246 clear_bit(ATH_OP_HW_RESET, &common->op_flags); in ath_complete_reset()
259 if (!test_bit(ATH_OP_BEACONS, &common->op_flags)) in ath_complete_reset()
616 set_bit(ATH_OP_HW_RESET, &common->op_flags); in ath_reset()
637 set_bit(ATH_OP_HW_RESET, &common->op_flags); in ath9k_queue_reset()
722 clear_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_start()
964 set_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_stop()
1120 set_bit(ATH_OP_PRIM_STA_VIF, &common->op_flags); in ath9k_set_assoc_state()
1265 set_bit(ATH_OP_PRIM_STA_VIF, &common->op_flags); in ath9k_calculate_summary_state()
2385 set_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_sw_scan_start()
2393 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_sw_scan_complete()
[all …]
A Dhtc_drv_main.c255 if (test_bit(ATH_OP_INVALID, &common->op_flags)) in ath9k_htc_set_channel()
307 if (!test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath9k_htc_set_channel()
315 if (test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath9k_htc_set_channel()
755 set_bit(ATH_OP_ANI_RUN, &common->op_flags); in ath9k_htc_start_ani()
765 clear_bit(ATH_OP_ANI_RUN, &common->op_flags); in ath9k_htc_stop_ani()
957 clear_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_htc_start()
1028 set_bit(ATH_OP_INVALID, &common->op_flags); in ath9k_htc_stop()
1495 set_bit(ATH_OP_PRIM_STA_VIF, &common->op_flags); in ath9k_htc_bss_iter()
1583 set_bit(OP_TSF_RESET, &priv->op_flags); in ath9k_htc_bss_info_changed()
1715 set_bit(ATH_OP_SCANNING, &common->op_flags); in ath9k_htc_sw_scan_start()
[all …]
A Dchannel.c36 if (test_bit(ATH_OP_INVALID, &common->op_flags)) in ath_set_channel()
95 if (test_bit(ATH_OP_SCANNING, &common->op_flags) && in ath_set_channel()
306 clear_bit(ATH_OP_MULTI_CHANNEL, &common->op_flags); in ath_chanctx_check_active()
313 if (test_and_set_bit(ATH_OP_MULTI_CHANNEL, &common->op_flags)) { in ath_chanctx_check_active()
459 if (test_bit(ATH_OP_SCANNING, &common->op_flags) || in ath_chanctx_set_periodic_noa()
675 if (!test_bit(ATH_OP_MULTI_CHANNEL, &common->op_flags) || in ath_chanctx_event()
711 if (!test_bit(ATH_OP_MULTI_CHANNEL, &common->op_flags) || in ath_chanctx_event()
808 if (test_bit(ATH_OP_MULTI_CHANNEL, &common->op_flags) && in ath_chanctx_switch()
980 clear_bit(ATH_OP_SCANNING, &common->op_flags); in ath_scan_complete()
982 if (test_bit(ATH_OP_MULTI_CHANNEL, &common->op_flags)) in ath_scan_complete()
/linux/fs/nfsd/
A Dnfs4proc.c2958 .op_flags = OP_MODIFIES_SOMETHING,
2966 .op_flags = OP_MODIFIES_SOMETHING,
2978 .op_flags = OP_MODIFIES_SOMETHING,
2985 .op_flags = ALLOWED_ON_ABSENT_FS,
3017 .op_flags = OP_MODIFIES_SOMETHING,
3048 .op_flags = OP_MODIFIES_SOMETHING,
3054 .op_flags = OP_MODIFIES_SOMETHING,
3134 .op_flags = OP_HANDLES_WRONGSEC,
3238 .op_flags = OP_HANDLES_WRONGSEC,
3244 .op_flags = ALLOWED_WITHOUT_FH,
[all …]
/linux/drivers/md/
A Ddm-io.c296 static void do_region(int op, int op_flags, unsigned region, in do_region() argument
352 bio_set_op_attrs(bio, op, op_flags); in do_region()
390 static void dispatch_io(int op, int op_flags, unsigned int num_regions, in dispatch_io() argument
400 op_flags |= REQ_SYNC; in dispatch_io()
408 if (where[i].count || (op_flags & REQ_PREFLUSH)) in dispatch_io()
409 do_region(op, op_flags, i, where + i, dp, io); in dispatch_io()
433 struct dm_io_region *where, int op, int op_flags, in sync_io() argument
456 dispatch_io(op, op_flags, num_regions, where, dp, io, 1); in sync_io()
467 struct dm_io_region *where, int op, int op_flags, in async_io() argument
488 dispatch_io(op, op_flags, num_regions, where, dp, io, 0); in async_io()
A Ddm-snap-persistent.c230 int op_flags, int metadata) in chunk_io() argument
239 .bi_op_flags = op_flags, in chunk_io()
285 static int area_io(struct pstore *ps, int op, int op_flags) in area_io() argument
289 return chunk_io(ps, ps->area, chunk, op, op_flags, 0); in area_io()
/linux/fs/xfs/libxfs/
A Dxfs_attr.c157 args->op_flags = XFS_DA_OP_OKNOENT; in xfs_attr_get()
224 if (!error && !(args->op_flags & XFS_DA_OP_NOTIME)) in xfs_attr_try_sf_addname()
458 if (!(args->op_flags & XFS_DA_OP_RENAME)) { in xfs_attr_set_iter()
570 if (!(args->op_flags & XFS_DA_OP_RENAME)) { in xfs_attr_set_iter()
729 args->op_flags = XFS_DA_OP_OKNOENT; in xfs_attr_set()
734 args->op_flags |= XFS_DA_OP_ADDNAME; in xfs_attr_set()
814 if (!(args->op_flags & XFS_DA_OP_NOTIME)) in xfs_attr_set()
949 args->op_flags |= XFS_DA_OP_RENAME; /* an atomic rename */ in xfs_attr_leaf_try_add()
1123 args->op_flags |= XFS_DA_OP_RENAME; /* atomic rename op */ in xfs_attr_node_addname_find_attr()
A Dxfs_dir2.c277 args->op_flags = XFS_DA_OP_ADDNAME | XFS_DA_OP_OKNOENT; in xfs_dir_createname()
279 args->op_flags |= XFS_DA_OP_JUSTCHECK; in xfs_dir_createname()
320 !(args->op_flags & XFS_DA_OP_CILOOKUP)) in xfs_dir_cilookup_result()
371 args->op_flags = XFS_DA_OP_OKNOENT; in xfs_dir_lookup()
373 args->op_flags |= XFS_DA_OP_CILOOKUP; in xfs_dir_lookup()
/linux/fs/hfsplus/
A Dwrapper.c49 void *buf, void **data, int op, int op_flags) in hfsplus_submit_bio() argument
70 bio_set_op_attrs(bio, op, op_flags); in hfsplus_submit_bio()
/linux/include/trace/events/
A Dio_uring.h522 __field( u32, op_flags )
539 __entry->op_flags = sqe->rw_flags;
555 __entry->op_flags, (unsigned long long) __entry->user_data,
A Df2fs.h79 #define show_bio_type(op,op_flags) show_bio_op(op), \ argument
80 show_bio_op_flags(op_flags)
1041 __field(int, op_flags)
1053 __entry->op_flags = fio->op_flags;
1064 show_bio_type(__entry->op, __entry->op_flags),
1097 __field(int, op_flags)
1107 __entry->op_flags = bio->bi_opf;
1116 show_bio_type(__entry->op, __entry->op_flags),
/linux/include/linux/
A Dblk_types.h459 unsigned op_flags) in bio_set_op_attrs() argument
461 bio->bi_opf = op | op_flags; in bio_set_op_attrs()
A Dbuffer_head.h205 int __sync_dirty_buffer(struct buffer_head *bh, int op_flags);
206 void write_dirty_buffer(struct buffer_head *bh, int op_flags);
/linux/fs/gfs2/
A Dlog.h85 int op_flags);
A Dlog.c826 int op_flags) in gfs2_write_log_header() argument
895 gfs2_log_submit_bio(&jd->jd_log_bio, REQ_OP_WRITE | op_flags); in gfs2_write_log_header()
908 int op_flags = REQ_PREFLUSH | REQ_FUA | REQ_META | REQ_SYNC; in log_write_header() local
916 op_flags = REQ_SYNC | REQ_META | REQ_PRIO; in log_write_header()
921 flags, op_flags); in log_write_header()
/linux/net/netlink/
A Dgenetlink.c840 u32 op_flags; in ctrl_fill_info() local
843 op_flags = op.flags; in ctrl_fill_info()
845 op_flags |= GENL_CMD_CAP_DUMP; in ctrl_fill_info()
847 op_flags |= GENL_CMD_CAP_DO; in ctrl_fill_info()
849 op_flags |= GENL_CMD_CAP_HASPOL; in ctrl_fill_info()
856 nla_put_u32(skb, CTRL_ATTR_OP_FLAGS, op_flags)) in ctrl_fill_info()
/linux/drivers/crypto/caam/
A Dctrl.c36 u32 *jump_cmd, op_flags; in build_instantiation_desc() local
40 op_flags = OP_TYPE_CLASS1_ALG | OP_ALG_ALGSEL_RNG | in build_instantiation_desc()
45 append_operation(desc, op_flags); in build_instantiation_desc()
/linux/fs/f2fs/
A Ddata.c526 fio->op_flags |= REQ_META; in __attach_io_flag()
528 fio->op_flags |= REQ_FUA; in __attach_io_flag()
539 bio_set_op_attrs(io->bio, fio->op, fio->op_flags); in __submit_merged_bio()
601 io->fio.op_flags |= REQ_PREFLUSH | REQ_FUA; in __f2fs_submit_merged_write()
683 bio_set_op_attrs(bio, fio->op, fio->op_flags); in f2fs_submit_page_bio()
708 return io->fio.op_flags == fio->op_flags; in io_type_is_mergeable()
881 bio_set_op_attrs(bio, fio->op, fio->op_flags); in f2fs_merge_page_bio()
1162 int op_flags, bool for_write) in f2fs_get_read_data_page() argument
1223 op_flags, for_write); in f2fs_get_read_data_page()
2584 !(fio->op_flags & REQ_SYNC) && in check_inplace_update_policy()
[all …]

Completed in 58 milliseconds

1234