/fs/xfs/ |
D | xfs_message.h | 34 #define xfs_printk_ratelimited(func, dev, fmt, ...) \ argument 40 func(dev, fmt, ##__VA_ARGS__); \ 43 #define xfs_printk_once(func, dev, fmt, ...) \ argument 50 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 | 847 void (*func)(struct sess_data *); member 1070 sess_data->func = NULL; in sess_auth_lanman() 1180 sess_data->func = NULL; in sess_auth_ntlm() 1288 sess_data->func = NULL; in sess_auth_ntlmv2() 1426 sess_data->func = NULL; in sess_auth_kerberos() 1557 sess_data->func = sess_auth_rawntlmssp_authenticate; in sess_auth_rawntlmssp_negotiate() 1567 sess_data->func = NULL; in sess_auth_rawntlmssp_negotiate() 1674 sess_data->func = NULL; in sess_auth_rawntlmssp_authenticate() 1697 sess_data->func = sess_auth_lanman; in select_sec() 1703 sess_data->func = sess_auth_ntlm; in select_sec() [all …]
|
D | smb2pdu.c | 1170 void (*func)(struct SMB2_sess_data *); member 1386 sess_data->func = NULL; in SMB2_auth_kerberos() 1395 sess_data->func = NULL; in SMB2_auth_kerberos() 1483 sess_data->func = SMB2_sess_auth_rawntlmssp_authenticate; in SMB2_sess_auth_rawntlmssp_negotiate() 1490 sess_data->func = NULL; in SMB2_sess_auth_rawntlmssp_negotiate() 1561 sess_data->func = NULL; in SMB2_sess_auth_rawntlmssp_authenticate() 1578 sess_data->func = SMB2_auth_kerberos; in SMB2_select_sec() 1581 sess_data->func = SMB2_sess_auth_rawntlmssp_negotiate; in SMB2_select_sec() 1625 while (sess_data->func) in SMB2_sess_setup() 1626 sess_data->func(sess_data); in SMB2_sess_setup()
|
/fs/gfs2/ |
D | trace_gfs2.h | 590 TP_PROTO(const struct gfs2_blkreserv *rs, u8 func), 592 TP_ARGS(rs, func), 602 __field( u8, func ) 614 __entry->func = func; 624 rs_func_name(__entry->func), (unsigned long)__entry->free)
|
/fs/ocfs2/cluster/ |
D | masklog.c | 53 void __mlog_printk(const u64 *mask, const char *func, int line, in __mlog_printk() argument 81 raw_smp_processor_id(), func, line, prefix, &vaf); in __mlog_printk()
|
D | heartbeat.h | 56 o2hb_cb_func *func,
|
D | tcp.h | 90 o2net_msg_handler_func *func, void *data,
|
D | masklog.h | 152 void __mlog_printk(const u64 *m, const char *func, int line,
|
D | tcp.c | 799 o2net_msg_handler_func *func, void *data, in o2net_register_handler() argument 815 mlog(0, "no message type provided: %u, %p\n", msg_type, func); in o2net_register_handler() 820 if (!func) { in o2net_register_handler() 822 msg_type, func); in o2net_register_handler() 833 nmh->nh_func = func; in o2net_register_handler() 853 func, msg_type, key); in o2net_register_handler()
|
/fs/ext4/ |
D | ext4_jbd2.h | 176 void (*func)(struct super_block *sb, in ext4_journal_callback_add() 185 jce->jce_func = func; in ext4_journal_callback_add() 228 const char *func, unsigned int line);
|
D | ext4.h | 3064 #define ext4_error_inode(inode, func, line, block, fmt, ...) \ argument 3065 __ext4_error_inode(inode, func, line, block, 0, fmt, ##__VA_ARGS__) 3066 #define ext4_error_inode_err(inode, func, line, block, err, fmt, ...) \ argument 3067 __ext4_error_inode((inode), (func), (line), (block), \ 3069 #define ext4_error_file(file, func, line, block, fmt, ...) \ argument 3070 __ext4_error_file(file, func, line, block, fmt, ##__VA_ARGS__) 3091 #define ext4_error_inode(inode, func, line, block, fmt, ...) \ argument 3096 #define ext4_error_inode_err(inode, func, line, block, err, fmt, ...) \ argument 3101 #define ext4_error_file(file, func, line, block, fmt, ...) \ argument
|
D | namei.c | 121 const char *func, in __ext4_read_dirblock() argument 129 ext4_error_inode(inode, func, line, block, in __ext4_read_dirblock() 140 __ext4_warning(inode->i_sb, func, line, in __ext4_read_dirblock() 149 ext4_error_inode(inode, func, line, block, in __ext4_read_dirblock() 167 ext4_error_inode(inode, func, line, block, in __ext4_read_dirblock() 186 ext4_error_inode_err(inode, func, line, block, in __ext4_read_dirblock() 198 ext4_error_inode_err(inode, func, line, block, in __ext4_read_dirblock() 387 static void __warn_no_space_for_csum(struct inode *inode, const char *func, in __warn_no_space_for_csum() argument 390 __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 | 63 ocfs2_post_refcount_func *func; /* real function. */ member
|
D | xattr.c | 3970 xattr_bucket_func *func, in ocfs2_iterate_xattr_buckets() argument 4004 if (func) { in ocfs2_iterate_xattr_buckets() 4005 ret = func(inode, bucket, para); in ocfs2_iterate_xattr_buckets() 5815 refcount.func = in ocfs2_prepare_refcount_xattr() 6053 .func = ocfs2_xattr_bucket_post_refcount, in ocfs2_xattr_bucket_value_refcount() 6219 get_xattr_value_root *func, in ocfs2_value_metas_in_xattr_header() argument 6231 ret = func(sb, bh, xh, i, &xv, NULL, para); in ocfs2_value_metas_in_xattr_header() 6346 get_xattr_value_root *func, in ocfs2_reflink_xattr_header() argument 6387 ret = func(sb, old_bh, xh, i, &xv, NULL, para); in ocfs2_reflink_xattr_header() 6393 ret = func(sb, new_bh, new_xh, j, &new_xv, &value_bh, para); in ocfs2_reflink_xattr_header()
|
/fs/pstore/ |
D | ftrace.c | 55 .func = pstore_ftrace_call,
|
/fs/lockd/ |
D | svcproc.c | 330 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlmsvc_callback() 348 stat = func(rqstp, &call->a_res); in nlmsvc_callback()
|
D | svc4proc.c | 289 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlm4svc_callback() 307 stat = func(rqstp, &call->a_res); in nlm4svc_callback()
|
/fs/ocfs2/dlm/ |
D | dlmcommon.h | 228 dlm_workfunc_t *func; member 244 i->func = f; in dlm_init_work_item()
|
/fs/nfsd/ |
D | vfs.c | 1965 static __be32 nfsd_buffered_readdir(struct file *file, nfsd_filldir_t func, in nfsd_buffered_readdir() argument 2005 if (func(cdp, de->name, de->namlen, de->offset, in nfsd_buffered_readdir() 2038 struct readdir_cd *cdp, nfsd_filldir_t func) in nfsd_readdir() argument 2059 err = nfsd_buffered_readdir(file, func, cdp, offsetp); in nfsd_readdir()
|