| /fs/fscache/ |
| D | operation.c | 23 static void fscache_operation_dummy_cancel(struct fscache_operation *op) in fscache_operation_dummy_cancel() 35 void fscache_operation_init(struct fscache_operation *op, in fscache_operation_init() 60 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation() 95 struct fscache_operation *op) in fscache_run_op() 112 struct fscache_operation *op, in fscache_report_unexpected_submission() 151 struct fscache_operation *op) in fscache_submit_exclusive_op() 235 struct fscache_operation *op) in fscache_submit_op() 324 struct fscache_operation *op; in fscache_start_operations() local 352 int fscache_cancel_op(struct fscache_operation *op, in fscache_cancel_op() 411 struct fscache_operation *op; in fscache_cancel_all_ops() local [all …]
|
| D | page.c | 173 static void fscache_attr_changed_op(struct fscache_operation *op) in fscache_attr_changed_op() 199 struct fscache_operation *op; in __fscache_attr_changed() local 256 struct fscache_retrieval *op = in fscache_do_cancel_retrieval() local 267 struct fscache_retrieval *op = in fscache_release_retrieval_op() local 291 struct fscache_retrieval *op; in fscache_alloc_retrieval() local 357 struct fscache_operation *op, in fscache_wait_for_operation_activation() 416 struct fscache_retrieval *op; in __fscache_read_or_alloc_page() local 546 struct fscache_retrieval *op; in __fscache_read_or_alloc_pages() local 658 struct fscache_retrieval *op; in __fscache_alloc_page() local 768 struct fscache_storage *op = in fscache_write_op() local [all …]
|
| D | cookie.c | 661 struct fscache_operation *op; in __fscache_check_consistency() local
|
| /fs/orangefs/ |
| D | waitqueue.c | 32 struct orangefs_kernel_op_s *op, *tmp; in purge_waiting_ops() local 61 int service_operation(struct orangefs_kernel_op_s *op, in service_operation() 205 bool orangefs_cancel_op_in_progress(struct orangefs_kernel_op_s *op) in orangefs_cancel_op_in_progress() 248 orangefs_clean_up_interrupted_operation(struct orangefs_kernel_op_s *op) in orangefs_clean_up_interrupted_operation() 315 static int wait_for_matching_downcall(struct orangefs_kernel_op_s *op, in wait_for_matching_downcall()
|
| D | orangefs-kernel.h | 159 #define set_op_state_waiting(op) ((op)->op_state = OP_VFS_STATE_WAITING) argument 160 #define set_op_state_inprogress(op) ((op)->op_state = OP_VFS_STATE_INPROGR) argument 161 #define set_op_state_given_up(op) ((op)->op_state = OP_VFS_STATE_GIVEN_UP) argument 162 static inline void set_op_state_serviced(struct orangefs_kernel_op_s *op) in set_op_state_serviced() 168 #define op_state_waiting(op) ((op)->op_state & OP_VFS_STATE_WAITING) argument 169 #define op_state_in_progress(op) ((op)->op_state & OP_VFS_STATE_INPROGR) argument 170 #define op_state_serviced(op) ((op)->op_state & OP_VFS_STATE_SERVICED) argument 171 #define op_state_purged(op) ((op)->op_state & OP_VFS_STATE_PURGED) argument 172 #define op_state_given_up(op) ((op)->op_state & OP_VFS_STATE_GIVEN_UP) argument 173 #define op_is_cancel(op) ((op)->upcall.type == ORANGEFS_VFS_OP_CANCEL) argument [all …]
|
| D | devorangefs-req.c | 48 static void orangefs_devreq_add_op(struct orangefs_kernel_op_s *op) in orangefs_devreq_add_op() 61 struct orangefs_kernel_op_s *op, *next; in orangefs_devreq_remove_op() local 162 struct orangefs_kernel_op_s *op, *temp; in orangefs_devreq_read() local 362 struct orangefs_kernel_op_s *op = NULL; in orangefs_devreq_write_iter() local
|
| D | dir.c | 63 struct orangefs_kernel_op_s *op) in do_readdir() 132 struct orangefs_kernel_op_s *op) in parse_readdir() 164 struct orangefs_kernel_op_s *op; in orangefs_dir_more() local
|
| D | orangefs-cache.c | 107 void orangefs_new_tag(struct orangefs_kernel_op_s *op) in orangefs_new_tag()
|
| D | orangefs-mod.c | 213 struct orangefs_kernel_op_s *op; in purge_inprogress_ops() local
|
| /fs/nfsd/ |
| D | nfs4proc.c | 472 …2 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_op *op) in nfsd4_open_omfg() 1607 struct nfsd4_op *op = &args->ops[0]; in nfs41_check_op_ordering() local 1626 const struct nfsd4_operation *OPDESC(struct nfsd4_op *op) in OPDESC() 1631 bool nfsd4_cache_this_op(struct nfsd4_op *op) in nfsd4_cache_this_op() 1698 struct nfsd4_op *op; in nfsd4_proc_compound() local 1851 static inline u32 nfsd4_only_status_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_only_status_rsize() 1856 static inline u32 nfsd4_status_stateid_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_status_stateid_rsize() 1861 static inline u32 nfsd4_access_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_access_rsize() 1867 static inline u32 nfsd4_commit_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_commit_rsize() 1872 static inline u32 nfsd4_create_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_create_rsize() [all …]
|
| D | fault_inject.c | 35 struct nfsd_fault_inject_op *op = file_inode(file)->i_private; in fault_inject_read() local 51 struct nfsd_fault_inject_op *op = file_inode(file)->i_private; in fault_inject_write() local 134 struct nfsd_fault_inject_op *op; in nfsd_fault_inject_init() local
|
| /fs/cachefiles/ |
| D | rdwr.c | 30 struct fscache_retrieval *op = monitor->op; in cachefiles_read_waiter() local 160 struct fscache_retrieval *op; in cachefiles_read_copier() local 234 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() 688 int cachefiles_read_or_alloc_pages(struct fscache_retrieval *op, in cachefiles_read_or_alloc_pages() 803 int cachefiles_allocate_page(struct fscache_retrieval *op, in cachefiles_allocate_page() 840 int cachefiles_allocate_pages(struct fscache_retrieval *op, in cachefiles_allocate_pages() 886 int cachefiles_write_page(struct fscache_storage *op, struct page *page) in cachefiles_write_page()
|
| D | interface.c | 389 static int cachefiles_check_consistency(struct fscache_operation *op) in cachefiles_check_consistency() 483 static void cachefiles_invalidate_object(struct fscache_operation *op) in cachefiles_invalidate_object()
|
| /fs/dlm/ |
| D | plock.c | 64 static void send_op(struct plock_op *op) in send_op() 83 struct plock_op *op; in do_unlock_close() local 108 struct plock_op *op; in dlm_posix_lock() local 188 static int dlm_plock_callback(struct plock_op *op) in dlm_plock_callback() 248 struct plock_op *op; in dlm_posix_unlock() local 322 struct plock_op *op; in dlm_posix_get() local 388 struct plock_op *op = NULL; in dev_read() local 425 struct plock_op *op; in dev_write() local
|
| /fs/ceph/ |
| D | strings.c | 34 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()
|
| D | dir.c | 350 int op = ceph_snap(inode) == CEPH_SNAPDIR ? in ceph_readdir() local 726 int op; in ceph_lookup() local 909 int op; in ceph_mkdir() local 1028 int op; in ceph_unlink() local 1068 int op = CEPH_MDS_OP_RENAME; in ceph_rename() local 1257 int op, err; in ceph_d_revalidate() local
|
| /fs/nfs/ |
| D | callback_xdr.c | 173 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr() 638 static __be32 encode_op_hdr(struct xdr_stream *xdr, uint32_t op, __be32 res) in encode_op_hdr() 719 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op() 779 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op() 791 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op() 803 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op() 810 preprocess_nfs4_op(unsigned int op_nr, struct callback_op **op) in preprocess_nfs4_op() 829 struct callback_op *op = &callback_ops[0]; in process_op() local
|
| /fs/isofs/ |
| D | joliet.c | 21 unsigned char *op; in uni16_to_x8() local
|
| /fs/freevxfs/ |
| D | vxfs_olt.c | 81 struct vxfs_olt *op; in vxfs_read_olt() local
|
| /fs/nls/ |
| D | nls_base.c | 135 u16 *op; in utf8s_to_utf16s() local 189 u8 *op; in utf16s_to_utf8s() local
|
| /fs/pstore/ |
| D | ftrace.c | 35 struct ftrace_ops *op, in pstore_ftrace_call()
|
| /fs/ |
| D | seq_file.c | 48 int seq_open(struct file *file, const struct seq_operations *op) in seq_open() 566 struct seq_operations *op = kmalloc(sizeof(*op), GFP_KERNEL); in single_open() local 604 const struct seq_operations *op = ((struct seq_file *)file->private_data)->op; in single_release() local
|
| D | open.c | 934 static inline int build_open_flags(int flags, umode_t mode, struct open_flags *op) in build_open_flags() 1018 struct open_flags op; in file_open_name() local 1050 struct open_flags op; in file_open_root() local 1080 struct open_flags op; in do_sys_open() local
|
| /fs/hfsplus/ |
| D | wrapper.c | 49 void *buf, void **data, int op, int op_flags) in hfsplus_submit_bio()
|
| /fs/btrfs/ |
| D | free-space-cache.h | 40 const struct btrfs_free_space_op *op; member
|