Home
last modified time | relevance | path

Searched defs:op (Results 1 – 25 of 274) sorted by relevance

1234567891011

/linux-4.19.296/fs/fscache/
Doperation.c23 static void fscache_operation_dummy_cancel(struct fscache_operation *op) in fscache_operation_dummy_cancel()
36 struct fscache_operation *op, in fscache_operation_init()
62 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation()
101 struct fscache_operation *op) in fscache_run_op()
120 struct fscache_operation *op, in fscache_report_unexpected_submission()
159 struct fscache_operation *op) in fscache_submit_exclusive_op()
245 struct fscache_operation *op) in fscache_submit_op()
336 struct fscache_operation *op; in fscache_start_operations() local
364 int fscache_cancel_op(struct fscache_operation *op, in fscache_cancel_op()
425 struct fscache_operation *op; in fscache_cancel_all_ops() local
[all …]
Dpage.c191 static void fscache_attr_changed_op(struct fscache_operation *op) in fscache_attr_changed_op()
219 struct fscache_operation *op; in __fscache_attr_changed() local
277 struct fscache_retrieval *op = in fscache_do_cancel_retrieval() local
288 struct fscache_retrieval *op = in fscache_release_retrieval_op() local
312 struct fscache_retrieval *op; in fscache_alloc_retrieval() local
378 struct fscache_operation *op, in fscache_wait_for_operation_activation()
439 struct fscache_retrieval *op; in __fscache_read_or_alloc_page() local
570 struct fscache_retrieval *op; in __fscache_read_or_alloc_pages() local
683 struct fscache_retrieval *op; in __fscache_alloc_page() local
794 struct fscache_storage *op = in fscache_write_op() local
[all …]
/linux-4.19.296/drivers/xen/
Defi.c40 #define efi_data(op) (op.u.efi_runtime_call) argument
44 struct xen_platform_op op = INIT_EFI_OP(get_time); in xen_efi_get_time() local
67 struct xen_platform_op op = INIT_EFI_OP(set_time); in xen_efi_set_time() local
82 struct xen_platform_op op = INIT_EFI_OP(get_wakeup_time); in xen_efi_get_wakeup_time() local
104 struct xen_platform_op op = INIT_EFI_OP(set_wakeup_time); in xen_efi_set_wakeup_time() local
125 struct xen_platform_op op = INIT_EFI_OP(get_variable); in xen_efi_get_variable() local
149 struct xen_platform_op op = INIT_EFI_OP(get_next_variable_name); in xen_efi_get_next_variable() local
173 struct xen_platform_op op = INIT_EFI_OP(set_variable); in xen_efi_set_variable() local
194 struct xen_platform_op op = INIT_EFI_OP(query_variable_info); in xen_efi_query_variable_info() local
214 struct xen_platform_op op = INIT_EFI_OP(get_next_high_monotonic_count); in xen_efi_get_next_high_mono_count() local
[all …]
Dfallback.c10 struct evtchn_op op; in xen_event_channel_op_compat() local
49 struct physdev_op op; in xen_physdev_op_compat() local
Dpcpu.c75 struct xen_platform_op op = { in xen_pcpu_down() local
86 struct xen_platform_op op = { in xen_pcpu_up() local
274 struct xen_platform_op op = { in sync_pcpu() local
362 struct xen_platform_op op; in xen_pcpu_id() local
/linux-4.19.296/fs/orangefs/
Dwaitqueue.c36 struct orangefs_kernel_op_s *op, *tmp; in purge_waiting_ops() local
65 int service_operation(struct orangefs_kernel_op_s *op, in service_operation()
209 bool orangefs_cancel_op_in_progress(struct orangefs_kernel_op_s *op) in orangefs_cancel_op_in_progress()
252 orangefs_clean_up_interrupted_operation(struct orangefs_kernel_op_s *op) in orangefs_clean_up_interrupted_operation()
320 static int wait_for_matching_downcall(struct orangefs_kernel_op_s *op, in wait_for_matching_downcall()
Dorangefs-kernel.h142 #define set_op_state_waiting(op) ((op)->op_state = OP_VFS_STATE_WAITING) argument
143 #define set_op_state_inprogress(op) ((op)->op_state = OP_VFS_STATE_INPROGR) argument
144 #define set_op_state_given_up(op) ((op)->op_state = OP_VFS_STATE_GIVEN_UP) argument
145 static inline void set_op_state_serviced(struct orangefs_kernel_op_s *op) in set_op_state_serviced()
151 #define op_state_waiting(op) ((op)->op_state & OP_VFS_STATE_WAITING) argument
152 #define op_state_in_progress(op) ((op)->op_state & OP_VFS_STATE_INPROGR) argument
153 #define op_state_serviced(op) ((op)->op_state & OP_VFS_STATE_SERVICED) argument
154 #define op_state_purged(op) ((op)->op_state & OP_VFS_STATE_PURGED) argument
155 #define op_state_given_up(op) ((op)->op_state & OP_VFS_STATE_GIVEN_UP) argument
156 #define op_is_cancel(op) ((op)->upcall.type == ORANGEFS_VFS_OP_CANCEL) argument
[all …]
/linux-4.19.296/include/asm-generic/
Datomic64.h27 #define ATOMIC64_OP(op) \ argument
30 #define ATOMIC64_OP_RETURN(op) \ argument
33 #define ATOMIC64_FETCH_OP(op) \ argument
36 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_OP_RETURN(op) ATOMIC64_FETCH_OP(op) argument
42 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_FETCH_OP(op) argument
Datomic.h40 #define ATOMIC_OP(op, c_op) \ argument
50 #define ATOMIC_OP_RETURN(op, c_op) \ argument
62 #define ATOMIC_FETCH_OP(op, c_op) \ argument
78 #define ATOMIC_OP(op, c_op) \ argument
88 #define ATOMIC_OP_RETURN(op, c_op) \ argument
101 #define ATOMIC_FETCH_OP(op, c_op) \ argument
Datomic-long.h64 #define ATOMIC_LONG_ADD_SUB_OP(op, mo) \ argument
133 #define ATOMIC_LONG_FETCH_OP(op, mo) \ argument
169 #define ATOMIC_LONG_FETCH_INC_DEC_OP(op, mo) \ in ATOMIC_LONG_FETCH_OP() argument
189 #define ATOMIC_LONG_OP(op) \ argument
235 #define ATOMIC_LONG_INC_DEC_OP(op, mo) \ argument
Dfutex.h31 arch_futex_atomic_op_inuser(int op, u32 oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser()
119 arch_futex_atomic_op_inuser(int op, u32 oparg, int *oval, u32 __user *uaddr) in arch_futex_atomic_op_inuser()
/linux-4.19.296/fs/nfsd/
Dnfs4proc.c476 …2 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_op *op) in nfsd4_open_omfg()
1617 const struct nfsd4_operation *OPDESC(struct nfsd4_op *op) in OPDESC()
1622 bool nfsd4_cache_this_op(struct nfsd4_op *op) in nfsd4_cache_this_op()
1689 struct nfsd4_op *op; in nfsd4_proc_compound() local
1842 static inline u32 nfsd4_only_status_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_only_status_rsize()
1847 static inline u32 nfsd4_status_stateid_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_status_stateid_rsize()
1852 static inline u32 nfsd4_access_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_access_rsize()
1858 static inline u32 nfsd4_commit_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_commit_rsize()
1863 static inline u32 nfsd4_create_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_create_rsize()
1875 struct nfsd4_op *op) in nfsd4_getattr_rsize()
[all …]
Dfault_inject.c36 struct nfsd_fault_inject_op *op = file_inode(file)->i_private; in fault_inject_read() local
52 struct nfsd_fault_inject_op *op = file_inode(file)->i_private; in fault_inject_write() local
133 struct nfsd_fault_inject_op *op; in nfsd_fault_inject_init() local
/linux-4.19.296/fs/dlm/
Dplock.c64 static void dlm_release_plock_op(struct plock_op *op) in dlm_release_plock_op()
70 static void send_op(struct plock_op *op) in send_op()
88 struct plock_op *op; in do_unlock_close() local
111 struct plock_op *op; in dlm_posix_lock() local
198 static int dlm_plock_callback(struct plock_op *op) in dlm_plock_callback()
258 struct plock_op *op; in dlm_posix_unlock() local
332 struct plock_op *op; in dlm_posix_get() local
400 struct plock_op *op = NULL; in dev_read() local
436 struct plock_op *op = NULL, *iter; in dev_write() local
/linux-4.19.296/fs/cachefiles/
Drdwr.c30 struct fscache_retrieval *op = monitor->op; in cachefiles_read_waiter() local
161 struct fscache_retrieval *op; in cachefiles_read_copier() local
235 struct fscache_retrieval *op, in cachefiles_read_backing_file_one()
397 int cachefiles_read_or_alloc_page(struct fscache_retrieval *op, in cachefiles_read_or_alloc_page()
471 struct fscache_retrieval *op, in cachefiles_read_backing_file()
687 int cachefiles_read_or_alloc_pages(struct fscache_retrieval *op, in cachefiles_read_or_alloc_pages()
802 int cachefiles_allocate_page(struct fscache_retrieval *op, in cachefiles_allocate_page()
839 int cachefiles_allocate_pages(struct fscache_retrieval *op, in cachefiles_allocate_pages()
885 int cachefiles_write_page(struct fscache_storage *op, struct page *page) in cachefiles_write_page()
/linux-4.19.296/lib/
Datomic64_test.c24 #define TEST(bit, op, c_op, val) \ argument
40 #define FAMILY_TEST(test, bit, op, args...) \ argument
48 #define TEST_RETURN(bit, op, c_op, val) \ argument
57 #define TEST_FETCH(bit, op, c_op, val) \ argument
66 #define RETURN_FAMILY_TEST(bit, op, c_op, val) \ argument
71 #define FETCH_FAMILY_TEST(bit, op, c_op, val) \ argument
76 #define TEST_ARGS(bit, op, init, ret, expect, args...) \ argument
Datomic64.c73 #define ATOMIC64_OP(op, c_op) \ argument
85 #define ATOMIC64_OP_RETURN(op, c_op) \ argument
99 #define ATOMIC64_FETCH_OP(op, c_op) \ argument
114 #define ATOMIC64_OPS(op, c_op) \ argument
123 #define ATOMIC64_OPS(op, c_op) \ argument
/linux-4.19.296/fs/ceph/
Dstrings.c34 const char *ceph_session_op_name(int op) in ceph_session_op_name()
53 const char *ceph_mds_op_name(int op) in ceph_mds_op_name()
88 const char *ceph_cap_op_name(int op) in ceph_cap_op_name()
/linux-4.19.296/drivers/xen/xen-pciback/
Dpciback_ops.c145 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_enable_msi()
185 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_disable_msi()
209 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_enable_msix()
274 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_disable_msix()
346 struct xen_pci_op *op = &pdev->op; in xen_pcibk_do_one_op() local
/linux-4.19.296/include/linux/
Dfwnode.h110 #define fwnode_has_op(fwnode, op) \ argument
112 #define fwnode_call_int_op(fwnode, op, ...) \ argument
116 #define fwnode_call_bool_op(fwnode, op, ...) \ argument
120 #define fwnode_call_ptr_op(fwnode, op, ...) \ argument
123 #define fwnode_call_void_op(fwnode, op, ...) \ argument
Dsysrq.h64 static inline int register_sysrq_key(int key, struct sysrq_key_op *op) in register_sysrq_key()
69 static inline int unregister_sysrq_key(int key, struct sysrq_key_op *op) in unregister_sysrq_key()
/linux-4.19.296/drivers/media/common/videobuf2/
Dvideobuf2-core.c53 #define log_memop(vb, op) \ argument
58 #define call_memop(vb, op, args...) \ argument
70 #define call_ptr_memop(vb, op, args...) \ argument
82 #define call_void_memop(vb, op, args...) \ argument
92 #define log_qop(q, op) \ argument
96 #define call_qop(q, op, args...) \ argument
107 #define call_void_qop(q, op, args...) \ argument
115 #define log_vb_qop(vb, op, args...) \ argument
120 #define call_vb_qop(vb, op, args...) \ argument
132 #define call_void_vb_qop(vb, op, args...) \ argument
[all …]
/linux-4.19.296/include/linux/ceph/
Drados.h322 #define GENERATE_ENUM_ENTRY(op, opcode, str) CEPH_OSD_OP_##op = (opcode), argument
327 static inline int ceph_osd_op_type_lock(int op) in ceph_osd_op_type_lock()
331 static inline int ceph_osd_op_type_data(int op) in ceph_osd_op_type_data()
335 static inline int ceph_osd_op_type_attr(int op) in ceph_osd_op_type_attr()
339 static inline int ceph_osd_op_type_exec(int op) in ceph_osd_op_type_exec()
343 static inline int ceph_osd_op_type_pg(int op) in ceph_osd_op_type_pg()
347 static inline int ceph_osd_op_type_multi(int op) in ceph_osd_op_type_multi()
352 static inline int ceph_osd_op_mode_subop(int op) in ceph_osd_op_mode_subop()
356 static inline int ceph_osd_op_mode_read(int op) in ceph_osd_op_mode_read()
361 static inline int ceph_osd_op_mode_modify(int op) in ceph_osd_op_mode_modify()
[all …]
/linux-4.19.296/drivers/misc/cxl/
Dhcalls.c121 static char *op_str(unsigned int op, char *name_array[], int array_len) in op_str()
128 #define OP_STR(op, name_array) op_str(op, name_array, ARRAY_SIZE(name_array)) argument
130 #define OP_STR_AFU(op) OP_STR(op, afu_op_names) argument
131 #define OP_STR_CONTROL_ADAPTER(op) OP_STR(op, control_adapter_op_names) argument
132 #define OP_STR_DOWNLOAD_ADAPTER(op) OP_STR(op, download_op_names) argument
209 static long cxl_h_control_function(u64 unit_address, u64 op, in cxl_h_control_function()
482 static long cxl_h_control_facility(u64 unit_address, u64 op, in cxl_h_control_facility()
562 static long cxl_h_download_facility(u64 unit_address, u64 op, in cxl_h_download_facility()
/linux-4.19.296/include/scsi/
Dfc_encode.h105 unsigned int op, size_t req_size, in fc_ct_hdr_fill()
133 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ns_fill()
217 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ms_fill()
511 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_fill()
534 unsigned int op) in fc_plogi_fill()
691 struct fc_frame *fp, unsigned int op, in fc_els_fill()

1234567891011