Home
last modified time | relevance | path

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

12

/fs/xfs/
Dxfs_message.h34 #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__); \
Dxfs_message.c30 #define define_xfs_printk_level(func, kern_level) \ argument
31 void func(const struct xfs_mount *mp, const char *fmt, ...) \
/fs/btrfs/
Dasync-thread.h21 btrfs_func_t func; member
37 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func,
Dasync-thread.c325 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/
Dsess.c847 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 …]
Dsmb2pdu.c1170 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/
Dtrace_gfs2.h590 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/
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/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()
228 const char *func, unsigned int line);
Dext4.h3064 #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
Dnamei.c121 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/
Dutf8-selftest.c25 #define _test(cond, func, line, fmt, ...) do { \ argument
30 func, line, #cond, (fmt?":":".")); \
/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.c1872 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/
Drefcounttree.h63 ocfs2_post_refcount_func *func; /* real function. */ member
Dxattr.c3970 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/
Dftrace.c55 .func = pstore_ftrace_call,
/fs/lockd/
Dsvcproc.c330 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlmsvc_callback()
348 stat = func(rqstp, &call->a_res); in nlmsvc_callback()
Dsvc4proc.c289 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlm4svc_callback()
307 stat = func(rqstp, &call->a_res); in nlm4svc_callback()
/fs/ocfs2/dlm/
Ddlmcommon.h228 dlm_workfunc_t *func; member
244 i->func = f; in dlm_init_work_item()
/fs/nfsd/
Dvfs.c1965 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()

12