Searched refs:orig_flags (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
D | vm86_32.c | 575 unsigned short ip, sp, orig_flags; in handle_vm86_fault() local 584 if (orig_flags & X86_EFLAGS_TF) \ in handle_vm86_fault() 588 orig_flags = *(unsigned short *)®s->pt.flags; in handle_vm86_fault()
|
/linux-4.1.27/net/wireless/ |
D | reg.c | 1135 flags = chan->orig_flags; in handle_channel() 1158 chan->orig_flags |= IEEE80211_CHAN_DISABLED; in handle_channel() 1159 chan->flags = chan->orig_flags; in handle_channel() 1194 chan->flags = chan->orig_flags = in handle_channel() 1708 chan->orig_flags |= IEEE80211_CHAN_DISABLED; in handle_channel_custom() 1709 chan->flags = chan->orig_flags; in handle_channel_custom() 1737 chan->flags = chan->orig_flags | bw_flags | in handle_channel_custom() 2497 chan->flags = chan->orig_flags; in restore_custom_reg_settings()
|
D | core.c | 663 sband->channels[i].orig_flags = in wiphy_register()
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 1121 u8 orig_flags = mres->flags, in dlm_send_mig_lockres_msg() local 1132 orig_flags = mres->flags; in dlm_send_mig_lockres_msg() 1139 orig_flags & DLM_MRES_MIGRATION ? "migration" : "recovery", in dlm_send_mig_lockres_msg() 1151 (orig_flags & DLM_MRES_MIGRATION ? in dlm_send_mig_lockres_msg() 1170 mig_cookie, orig_flags, orig_master); in dlm_send_mig_lockres_msg()
|
/linux-4.1.27/include/linux/ |
D | sched.h | 2114 unsigned long orig_flags, unsigned long flags) in tsk_restore_flags() argument 2117 task->flags |= orig_flags & flags; in tsk_restore_flags()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.c | 4487 int orig_flags; /* original flags arg value */ in xfs_bmapi_write() local 4494 orig_flags = flags; in xfs_bmapi_write() 4673 xfs_bmap_validate_ret(orig_bno, orig_len, orig_flags, orig_mval, in xfs_bmapi_write()
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 177 u32 orig_flags; member
|
/linux-4.1.27/fs/btrfs/ |
D | extent-tree.c | 3846 static u64 get_alloc_profile(struct btrfs_root *root, u64 orig_flags) in get_alloc_profile() argument 3852 flags = orig_flags; in get_alloc_profile()
|