/fs/cifs/ |
D | sess.c | 568 void (*func)(struct sess_data *); member 792 sess_data->func = NULL; in sess_auth_lanman() 902 sess_data->func = NULL; in sess_auth_ntlm() 1010 sess_data->func = NULL; in sess_auth_ntlmv2() 1149 sess_data->func = NULL; in sess_auth_kerberos() 1280 sess_data->func = sess_auth_rawntlmssp_authenticate; in sess_auth_rawntlmssp_negotiate() 1290 sess_data->func = NULL; in sess_auth_rawntlmssp_negotiate() 1397 sess_data->func = NULL; in sess_auth_rawntlmssp_authenticate() 1421 sess_data->func = sess_auth_lanman; in select_sec() 1427 sess_data->func = sess_auth_ntlm; in select_sec() [all …]
|
D | smb2pdu.c | 1170 void (*func)(struct SMB2_sess_data *); member 1366 sess_data->func = NULL; in SMB2_auth_kerberos() 1375 sess_data->func = NULL; in SMB2_auth_kerberos() 1461 sess_data->func = SMB2_sess_auth_rawntlmssp_authenticate; in SMB2_sess_auth_rawntlmssp_negotiate() 1468 sess_data->func = NULL; in SMB2_sess_auth_rawntlmssp_negotiate() 1521 sess_data->func = NULL; in SMB2_sess_auth_rawntlmssp_authenticate() 1539 sess_data->func = SMB2_auth_kerberos; in SMB2_select_sec() 1542 sess_data->func = SMB2_sess_auth_rawntlmssp_negotiate; in SMB2_select_sec() 1586 while (sess_data->func) in SMB2_sess_setup() 1587 sess_data->func(sess_data); in SMB2_sess_setup()
|
/fs/btrfs/ |
D | async-thread.c | 326 work->func(work); in btrfs_work_helper() 335 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, in btrfs_init_work() argument 338 work->func = func; in btrfs_init_work()
|
D | async-thread.h | 21 btrfs_func_t func; member 37 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func,
|
/fs/xfs/ |
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, ...) \
|
D | xfs_message.h | 34 #define xfs_printk_ratelimited(func, dev, fmt, ...) \ argument 40 func(dev, fmt, ##__VA_ARGS__); \
|
D | xfs_buf.h | 263 extern void xfs_buf_ioerror_alert(struct xfs_buf *, const char *func);
|
/fs/gfs2/ |
D | trace_gfs2.h | 589 TP_PROTO(const struct gfs2_blkreserv *rs, u8 func), 591 TP_ARGS(rs, func), 601 __field( u8, func ) 613 __entry->func = func; 623 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/unicode/ |
D | utf8-selftest.c | 25 #define _test(cond, func, line, fmt, ...) do { \ argument 30 func, line, #cond, (fmt?":":".")); \
|
/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()
|
D | ext4.h | 2733 #define ext4_error_inode(inode, func, line, block, fmt, ...) \ argument 2734 __ext4_error_inode(inode, func, line, block, fmt, ##__VA_ARGS__) 2735 #define ext4_error_file(file, func, line, block, fmt, ...) \ argument 2736 __ext4_error_file(file, func, line, block, fmt, ##__VA_ARGS__) 2755 #define ext4_error_inode(inode, func, line, block, fmt, ...) \ argument 2760 #define ext4_error_file(file, func, line, block, fmt, ...) \ argument
|
D | namei.c | 105 const char *func, in __ext4_read_dirblock() argument 114 __ext4_warning(inode->i_sb, func, line, in __ext4_read_dirblock() 123 ext4_error_inode(inode, func, line, block, in __ext4_read_dirblock() 141 ext4_error_inode(inode, func, line, block, in __ext4_read_dirblock() 159 ext4_error_inode(inode, func, line, block, in __ext4_read_dirblock() 169 ext4_error_inode(inode, func, line, block, in __ext4_read_dirblock() 354 static void __warn_no_space_for_csum(struct inode *inode, const char *func, in __warn_no_space_for_csum() argument 357 __ext4_warning_inode(inode, func, line, in __warn_no_space_for_csum()
|
/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 | 1877 static int function2code(hashf_t func) in function2code() argument 1879 if (func == keyed_hash) in function2code() 1881 if (func == yura_hash) in function2code() 1883 if (func == r5_hash) in function2code()
|
/fs/pstore/ |
D | ftrace.c | 54 .func = pstore_ftrace_call,
|
/fs/ocfs2/ |
D | refcounttree.h | 63 ocfs2_post_refcount_func *func; /* real function. */ member
|
/fs/lockd/ |
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()
|
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()
|
/fs/nfsd/ |
D | vfs.c | 1870 static __be32 nfsd_buffered_readdir(struct file *file, nfsd_filldir_t func, in nfsd_buffered_readdir() argument 1910 if (func(cdp, de->name, de->namlen, de->offset, in nfsd_buffered_readdir() 1943 struct readdir_cd *cdp, nfsd_filldir_t func) in nfsd_readdir() argument 1964 err = nfsd_buffered_readdir(file, func, cdp, offsetp); in nfsd_readdir()
|
/fs/ocfs2/dlm/ |
D | dlmcommon.h | 228 dlm_workfunc_t *func; member 244 i->func = f; in dlm_init_work_item()
|