Home
last modified time | relevance | path

Searched refs:func (Results 1 – 25 of 46) sorted by relevance

12

/fs/cifs/
Dsess.c568 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 …]
Dsmb2pdu.c1170 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/
Dasync-thread.c326 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()
Dasync-thread.h21 btrfs_func_t func; member
37 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func,
/fs/xfs/
Dxfs_message.c30 #define define_xfs_printk_level(func, kern_level) \ argument
31 void func(const struct xfs_mount *mp, const char *fmt, ...) \
Dxfs_message.h34 #define xfs_printk_ratelimited(func, dev, fmt, ...) \ argument
40 func(dev, fmt, ##__VA_ARGS__); \
Dxfs_buf.h263 extern void xfs_buf_ioerror_alert(struct xfs_buf *, const char *func);
/fs/gfs2/
Dtrace_gfs2.h589 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/
Dmasklog.c53 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()
Dheartbeat.h56 o2hb_cb_func *func,
Dtcp.h90 o2net_msg_handler_func *func, void *data,
Dmasklog.h152 void __mlog_printk(const u64 *m, const char *func, int line,
Dtcp.c799 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/
Dutf8-selftest.c25 #define _test(cond, func, line, fmt, ...) do { \ argument
30 func, line, #cond, (fmt?":":".")); \
/fs/ext4/
Dext4_jbd2.h176 void (*func)(struct super_block *sb, in ext4_journal_callback_add()
185 jce->jce_func = func; in ext4_journal_callback_add()
Dext4.h2733 #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
Dnamei.c105 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/
Dprocfs.c403 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()
Dsuper.c1877 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/
Dftrace.c54 .func = pstore_ftrace_call,
/fs/ocfs2/
Drefcounttree.h63 ocfs2_post_refcount_func *func; /* real function. */ member
/fs/lockd/
Dsvc4proc.c289 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlm4svc_callback()
307 stat = func(rqstp, &call->a_res); in nlm4svc_callback()
Dsvcproc.c330 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlmsvc_callback()
348 stat = func(rqstp, &call->a_res); in nlmsvc_callback()
/fs/nfsd/
Dvfs.c1870 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/
Ddlmcommon.h228 dlm_workfunc_t *func; member
244 i->func = f; in dlm_init_work_item()

12