/fs/xfs/ |
D | xfs_message.h | 36 #define xfs_printk_ratelimited(func, dev, fmt, ...) \ argument 42 func(dev, fmt, ##__VA_ARGS__); \ 45 #define xfs_printk_once(func, dev, fmt, ...) \ argument 46 DO_ONCE_LITE(func, dev, fmt, ##__VA_ARGS__)
|
D | xfs_message.c | 30 #define define_xfs_printk_level(func, kern_level) \ argument 31 void func(const struct xfs_mount *mp, const char *fmt, ...) \
|
/fs/btrfs/ |
D | async-thread.h | 21 btrfs_func_t func; member 37 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func,
|
D | async-thread.c | 325 work->func(work); in btrfs_work_helper() 342 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, in btrfs_init_work() argument 345 work->func = func; in btrfs_init_work()
|
/fs/cifs/ |
D | sess.c | 848 void (*func)(struct sess_data *); member 1065 sess_data->func = NULL; in sess_auth_ntlmv2() 1203 sess_data->func = NULL; in sess_auth_kerberos() 1334 sess_data->func = sess_auth_rawntlmssp_authenticate; in sess_auth_rawntlmssp_negotiate() 1344 sess_data->func = NULL; in sess_auth_rawntlmssp_negotiate() 1451 sess_data->func = NULL; in sess_auth_rawntlmssp_authenticate() 1468 sess_data->func = sess_auth_ntlmv2; in select_sec() 1472 sess_data->func = sess_auth_kerberos; in select_sec() 1479 sess_data->func = sess_auth_rawntlmssp_negotiate; in select_sec() 1513 while (sess_data->func) in CIFS_SessSetup() [all …]
|
D | smb2pdu.c | 1236 void (*func)(struct SMB2_sess_data *); member 1452 sess_data->func = NULL; in SMB2_auth_kerberos() 1461 sess_data->func = NULL; in SMB2_auth_kerberos() 1549 sess_data->func = SMB2_sess_auth_rawntlmssp_authenticate; in SMB2_sess_auth_rawntlmssp_negotiate() 1556 sess_data->func = NULL; in SMB2_sess_auth_rawntlmssp_negotiate() 1627 sess_data->func = NULL; in SMB2_sess_auth_rawntlmssp_authenticate() 1644 sess_data->func = SMB2_auth_kerberos; in SMB2_select_sec() 1647 sess_data->func = SMB2_sess_auth_rawntlmssp_negotiate; in SMB2_select_sec() 1691 while (sess_data->func) in SMB2_sess_setup() 1692 sess_data->func(sess_data); in SMB2_sess_setup()
|
/fs/gfs2/ |
D | trace_gfs2.h | 594 TP_PROTO(const struct gfs2_blkreserv *rs, u8 func), 596 TP_ARGS(rs, func), 608 __field( u8, func ) 622 __entry->func = func; 633 rs_func_name(__entry->func),
|
/fs/ocfs2/cluster/ |
D | masklog.c | 51 void __mlog_printk(const u64 *mask, const char *func, int line, in __mlog_printk() argument 79 raw_smp_processor_id(), func, line, prefix, &vaf); in __mlog_printk()
|
D | heartbeat.h | 54 o2hb_cb_func *func,
|
D | tcp.h | 88 o2net_msg_handler_func *func, void *data,
|
D | masklog.h | 150 void __mlog_printk(const u64 *m, const char *func, int line,
|
D | tcp.c | 797 o2net_msg_handler_func *func, void *data, in o2net_register_handler() argument 813 mlog(0, "no message type provided: %u, %p\n", msg_type, func); in o2net_register_handler() 818 if (!func) { in o2net_register_handler() 820 msg_type, func); in o2net_register_handler() 831 nmh->nh_func = func; in o2net_register_handler() 851 func, msg_type, key); in o2net_register_handler()
|
/fs/ext4/ |
D | ext4_jbd2.h | 173 void (*func)(struct super_block *sb, in ext4_journal_callback_add() 182 jce->jce_func = func; in ext4_journal_callback_add() 225 const char *func, unsigned int line);
|
D | ext4.h | 3171 #define ext4_error_inode(inode, func, line, block, fmt, ...) \ argument 3172 __ext4_error_inode(inode, func, line, block, 0, fmt, ##__VA_ARGS__) 3173 #define ext4_error_inode_err(inode, func, line, block, err, fmt, ...) \ argument 3174 __ext4_error_inode((inode), (func), (line), (block), \ 3176 #define ext4_error_file(file, func, line, block, fmt, ...) \ argument 3177 __ext4_error_file(file, func, line, block, fmt, ##__VA_ARGS__) 3198 #define ext4_error_inode(inode, func, line, block, fmt, ...) \ argument 3203 #define ext4_error_inode_err(inode, func, line, block, err, fmt, ...) \ argument 3208 #define ext4_error_file(file, func, line, block, fmt, ...) \ argument
|
D | namei.c | 127 const char *func, in __ext4_read_dirblock() argument 135 ext4_error_inode(inode, func, line, block, in __ext4_read_dirblock() 146 __ext4_warning(inode->i_sb, func, line, in __ext4_read_dirblock() 155 ext4_error_inode(inode, func, line, block, in __ext4_read_dirblock() 173 ext4_error_inode(inode, func, line, block, in __ext4_read_dirblock() 192 ext4_error_inode_err(inode, func, line, block, in __ext4_read_dirblock() 204 ext4_error_inode_err(inode, func, line, block, in __ext4_read_dirblock() 389 static void __warn_no_space_for_csum(struct inode *inode, const char *func, in __warn_no_space_for_csum() argument 392 __ext4_warning_inode(inode, func, line, in __warn_no_space_for_csum()
|
/fs/unicode/ |
D | utf8-selftest.c | 25 #define _test(cond, func, line, fmt, ...) do { \ argument 30 func, line, #cond, (fmt?":":".")); \
|
/fs/reiserfs/ |
D | procfs.c | 403 int (*func) (struct seq_file *, void *)) in add_file() 405 proc_create_single_data(name, 0, REISERFS_SB(sb)->procdir, func, sb); in add_file()
|
D | super.c | 1872 static int function2code(hashf_t func) in function2code() argument 1874 if (func == keyed_hash) in function2code() 1876 if (func == yura_hash) in function2code() 1878 if (func == r5_hash) in function2code()
|
/fs/ocfs2/ |
D | refcounttree.h | 61 ocfs2_post_refcount_func *func; /* real function. */ member
|
/fs/pstore/ |
D | ftrace.c | 61 .func = pstore_ftrace_call,
|
/fs/lockd/ |
D | svc4proc.c | 300 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlm4svc_callback() 318 stat = func(rqstp, &call->a_res); in nlm4svc_callback()
|
D | svcproc.c | 332 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlmsvc_callback() 350 stat = func(rqstp, &call->a_res); in nlmsvc_callback()
|
/fs/ocfs2/dlm/ |
D | dlmcommon.h | 223 dlm_workfunc_t *func; member 239 i->func = f; in dlm_init_work_item()
|
/fs/nfsd/ |
D | vfs.c | 1985 nfsd_filldir_t func, struct readdir_cd *cdp, in nfsd_buffered_readdir() argument 2025 if (func(cdp, de->name, de->namlen, de->offset, in nfsd_buffered_readdir() 2060 struct readdir_cd *cdp, nfsd_filldir_t func) in nfsd_readdir() argument 2081 err = nfsd_buffered_readdir(file, fhp, func, cdp, offsetp); in nfsd_readdir()
|
/fs/netfs/ |
D | read_helper.c | 101 rreq->work.func = netfs_free_read_request; in netfs_put_read_request() 359 rreq->work.func = netfs_rreq_write_to_cache_work; in netfs_rreq_write_to_cache()
|