/fs/xfs/ |
D | xfs_btree_trace.c | 50 const char *func, in xfs_btree_trace_argbi() argument 56 cur->bc_ops->trace_enter(cur, func, XBT_ARGS, XFS_BTREE_KTRACE_ARGBI, in xfs_btree_trace_argbi() 66 const char *func, in xfs_btree_trace_argbii() argument 73 cur->bc_ops->trace_enter(cur, func, XBT_ARGS, XFS_BTREE_KTRACE_ARGBII, in xfs_btree_trace_argbii() 84 const char *func, in xfs_btree_trace_argfffi() argument 92 cur->bc_ops->trace_enter(cur, func, XBT_ARGS, XFS_BTREE_KTRACE_ARGFFFI, in xfs_btree_trace_argfffi() 105 const char *func, in xfs_btree_trace_argi() argument 110 cur->bc_ops->trace_enter(cur, func, XBT_ARGS, XFS_BTREE_KTRACE_ARGI, in xfs_btree_trace_argi() 119 const char *func, in xfs_btree_trace_argipk() argument 131 cur->bc_ops->trace_enter(cur, func, XBT_ARGS, XFS_BTREE_KTRACE_ARGIPK, in xfs_btree_trace_argipk() [all …]
|
D | xfs_rw.c | 329 char *func, in xfs_ioerror_alert() argument 339 (__uint64_t)blkno, func, in xfs_ioerror_alert()
|
D | xfs_iget.c | 832 _xfs_itrace_entry(xfs_inode_t *ip, const char *func, inst_t *ra) in _xfs_itrace_entry() argument 834 KTRACE_ENTER(ip, INODE_KTRACE_ENTRY, func, 0, ra); in _xfs_itrace_entry() 838 _xfs_itrace_exit(xfs_inode_t *ip, const char *func, inst_t *ra) in _xfs_itrace_exit() argument 840 KTRACE_ENTER(ip, INODE_KTRACE_EXIT, func, 0, ra); in _xfs_itrace_exit()
|
D | xfs_rw.h | 78 extern void xfs_ioerror_alert(char *func, struct xfs_mount *mp,
|
D | xfs_ialloc_btree.c | 250 const char *func, in xfs_inobt_trace_enter() argument 267 (void *)func, (void *)s, NULL, (void *)cur, in xfs_inobt_trace_enter()
|
D | xfs_alloc_btree.c | 359 const char *func, in xfs_allocbt_trace_enter() argument 376 (void *)func, (void *)s, NULL, (void *)cur, in xfs_allocbt_trace_enter()
|
D | xfs_bmap_btree.c | 757 const char *func, in xfs_bmbt_trace_enter() argument 778 (void *)func, (void *)s, (void *)ip, (void *)cur, in xfs_bmbt_trace_enter() 784 (void *)func, (void *)s, (void *)ip, (void *)cur, in xfs_bmbt_trace_enter()
|
D | xfs_filestream.c | 46 const char *func, /* source function */ in xfs_filestreams_trace() argument 57 (void *)func, in xfs_filestreams_trace()
|
/fs/xfs/linux-2.6/ |
D | xfs_buf.h | 325 #define XFS_BUF_SET_IODONE_FUNC(bp, func) ((bp)->b_iodone = (func)) argument 327 #define XFS_BUF_SET_BDSTRAT_FUNC(bp, func) ((bp)->b_strat = (func)) argument 335 #define XFS_BUF_SET_BRELSE_FUNC(bp, func) ((bp)->b_relse = (func)) argument
|
/fs/reiserfs/ |
D | procfs.c | 475 int (*func) (struct seq_file *, struct super_block *)) in add_file() 478 &r_file_operations, func); in add_file() 543 read_proc_t * func) in reiserfs_proc_register_global() argument 547 func, NULL) : NULL; in reiserfs_proc_register_global() 593 read_proc_t * func) in reiserfs_proc_register_global() argument
|
D | super.c | 1578 static int function2code(hashf_t func) in function2code() argument 1580 if (func == keyed_hash) in function2code() 1582 if (func == yura_hash) in function2code() 1584 if (func == r5_hash) in function2code()
|
/fs/sysfs/ |
D | file.c | 663 void (*func)(void *); member 674 (ss->func)(ss->data); in sysfs_schedule_callback_work() 700 int sysfs_schedule_callback(struct kobject *kobj, void (*func)(void *), in sysfs_schedule_callback() 714 ss->func = func; in sysfs_schedule_callback()
|
/fs/btrfs/ |
D | async-thread.h | 47 void (*func)(struct btrfs_work *work); member
|
D | locking.c | 149 wait.func = btrfs_wake_function; in btrfs_tree_lock()
|
D | async-thread.c | 156 work->func(work); in worker_loop()
|
/fs/ocfs2/cluster/ |
D | heartbeat.h | 69 o2hb_cb_func *func,
|
D | tcp.h | 104 o2net_msg_handler_func *func, void *data,
|
D | tcp.c | 751 o2net_msg_handler_func *func, void *data, in o2net_register_handler() argument 767 mlog(0, "no message type provided: %u, %p\n", msg_type, func); in o2net_register_handler() 772 if (!func) { in o2net_register_handler() 774 msg_type, func); in o2net_register_handler() 785 nmh->nh_func = func; in o2net_register_handler() 805 func, msg_type, key); in o2net_register_handler()
|
/fs/xfs/quota/ |
D | xfs_dquot.h | 166 extern void __xfs_dqtrace_entry(xfs_dquot_t *dqp, char *func,
|
D | xfs_dquot.c | 208 char *func, in __xfs_dqtrace_entry() argument 222 (void *)func, in __xfs_dqtrace_entry()
|
/fs/lockd/ |
D | svc4proc.c | 253 __be32 (*func)(struct svc_rqst *, struct nlm_args *, struct nlm_res *)) in nlm4svc_callback() 269 stat = func(rqstp, argp, &call->a_res); in nlm4svc_callback()
|
D | svcproc.c | 283 __be32 (*func)(struct svc_rqst *, struct nlm_args *, struct nlm_res *)) in nlmsvc_callback() 299 stat = func(rqstp, argp, &call->a_res); in nlmsvc_callback()
|
/fs/ocfs2/dlm/ |
D | dlmcommon.h | 239 dlm_workfunc_t *func; member 255 i->func = f; in dlm_init_work_item()
|
/fs/nfsd/ |
D | vfs.c | 1864 static int nfsd_buffered_readdir(struct file *file, filldir_t func, in nfsd_buffered_readdir() argument 1902 if (func(cdp, de->name, de->namlen, de->offset, in nfsd_buffered_readdir() 1933 struct readdir_cd *cdp, filldir_t func) in nfsd_readdir() argument 1949 err = nfsd_buffered_readdir(file, func, cdp, offsetp); in nfsd_readdir()
|
/fs/fat/ |
D | dir.c | 687 #define FAT_IOCTL_FILLDIR_FUNC(func, dirent_type) \ argument 688 static int func(void *__buf, const char *name, int name_len, \
|