Home
last modified time | relevance | path

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

12

/fs/
A Dbpf_fs_kfuncs.c362 BTF_ID_FLAGS(func, bpf_get_task_exe_file,
364 BTF_ID_FLAGS(func, bpf_put_file, KF_RELEASE) in BTF_ID_FLAGS() argument
393 BTF_ID(func, bpf_lsm_inode_post_setattr) in BTF_ID()
394 BTF_ID(func, bpf_lsm_inode_post_setxattr) in BTF_ID()
395 BTF_ID(func, bpf_lsm_inode_removexattr) in BTF_ID()
396 BTF_ID(func, bpf_lsm_inode_rmdir) in BTF_ID()
397 BTF_ID(func, bpf_lsm_inode_setattr) in BTF_ID()
398 BTF_ID(func, bpf_lsm_inode_setxattr) in BTF_ID()
399 BTF_ID(func, bpf_lsm_inode_unlink) in BTF_ID()
401 BTF_ID(func, bpf_lsm_path_unlink) in BTF_ID()
[all …]
A Dlocks.c958 void (*func)(void); in posix_test_lock() local
974 func = cfl->fl_lmops->lm_expire_lock; in posix_test_lock()
977 (*func)(); in posix_test_lock()
1159 void (*func)(void); in posix_lock_inode() local
1193 func = fl->fl_lmops->lm_expire_lock; in posix_lock_inode()
1197 (*func)(); in posix_lock_inode()
/fs/xfs/
A Dxfs_message.h49 #define xfs_printk_ratelimited(func, dev, fmt, ...) \ argument
55 func(dev, fmt, ##__VA_ARGS__); \
58 #define xfs_printk_once(func, dev, fmt, ...) \ argument
59 DO_ONCE_LITE(func, dev, fmt, ##__VA_ARGS__)
/fs/bcachefs/
A Drcu_pending.c73 rcu_callback_t func) in __call_rcu() argument
76 call_srcu(ssp, rhp, func); in __call_rcu()
78 call_rcu(rhp, func); in __call_rcu()
232 void *ptr = (void *)(((unsigned long) obj->func) & ~1UL); in __process_finished_items()
233 bool free_head = ((unsigned long) obj->func) & 1UL; in __process_finished_items()
245 obj->func(obj); in __process_finished_items()
256 obj->func(obj); in __process_finished_items()
373 head->func = ptr; in rcu_pending_enqueue_list()
515 head->func(head); in __rcu_pending_enqueue()
/fs/btrfs/
A Dasync-thread.c312 work->func(work); in btrfs_work_helper()
329 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func, in btrfs_init_work() argument
332 work->func = func; in btrfs_init_work()
A Dasync-thread.h22 btrfs_func_t func; member
40 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func,
/fs/gfs2/
A Dtrace_gfs2.h599 TP_PROTO(const struct gfs2_blkreserv *rs, u8 func),
601 TP_ARGS(rs, func),
613 __field( u8, func )
627 __entry->func = func;
638 rs_func_name(__entry->func),
/fs/ocfs2/cluster/
A Dmasklog.c51 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()
A Dheartbeat.h54 o2hb_cb_func *func,
A Dtcp.h88 o2net_msg_handler_func *func, void *data,
A Dmasklog.h150 void __mlog_printk(const u64 *m, const char *func, int line,
A Dtcp.c800 o2net_msg_handler_func *func, void *data, in o2net_register_handler() argument
816 mlog(0, "no message type provided: %u, %p\n", msg_type, func); in o2net_register_handler()
821 if (!func) { in o2net_register_handler()
823 msg_type, func); in o2net_register_handler()
834 nmh->nh_func = func; in o2net_register_handler()
854 func, msg_type, key); in o2net_register_handler()
/fs/smb/client/
A Dsess.c1314 void (*func)(struct sess_data *); member
1537 sess_data->func = NULL; in sess_auth_ntlmv2()
1676 sess_data->func = NULL; in sess_auth_kerberos()
1818 sess_data->func = sess_auth_rawntlmssp_authenticate; in sess_auth_rawntlmssp_negotiate()
1828 sess_data->func = NULL; in sess_auth_rawntlmssp_negotiate()
1937 sess_data->func = NULL; in sess_auth_rawntlmssp_authenticate()
1956 sess_data->func = sess_auth_ntlmv2; in select_sec()
1960 sess_data->func = sess_auth_kerberos; in select_sec()
1967 sess_data->func = sess_auth_rawntlmssp_negotiate; in select_sec()
2003 while (sess_data->func) in CIFS_SessSetup()
[all …]
/fs/ext4/
A Dioctl.c56 ext4_update_sb_callback func, in ext4_update_primary_sb() argument
74 func(es, arg); in ext4_update_primary_sb()
105 ext4_update_sb_callback func, const void *arg) in ext4_update_backup_sb() argument
152 func(es, arg); in ext4_update_backup_sb()
185 ext4_update_sb_callback func, in ext4_update_superblocks_fn() argument
218 err = ext4_update_primary_sb(sb, handle, func, arg); in ext4_update_superblocks_fn()
240 ret = ext4_update_backup_sb(sb, handle, grp, func, arg); in ext4_update_superblocks_fn()
A Dext4.h3202 #define ext4_error_inode(inode, func, line, block, fmt, ...) \ argument
3203 __ext4_error_inode(inode, func, line, block, 0, fmt, ##__VA_ARGS__)
3204 #define ext4_error_inode_err(inode, func, line, block, err, fmt, ...) \ argument
3205 __ext4_error_inode((inode), (func), (line), (block), \
3207 #define ext4_error_file(file, func, line, block, fmt, ...) \ argument
3208 __ext4_error_file(file, func, line, block, fmt, ##__VA_ARGS__)
3229 #define ext4_error_inode(inode, func, line, block, fmt, ...) \ argument
3234 #define ext4_error_inode_err(inode, func, line, block, err, fmt, ...) \ argument
3239 #define ext4_error_file(file, func, line, block, fmt, ...) \ argument
A Dnamei.c127 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()
156 ext4_error_inode(inode, func, line, block, in __ext4_read_dirblock()
174 ext4_error_inode(inode, func, line, block, in __ext4_read_dirblock()
193 ext4_error_inode_err(inode, func, line, block, in __ext4_read_dirblock()
205 ext4_error_inode_err(inode, func, line, block, in __ext4_read_dirblock()
359 static void __warn_no_space_for_csum(struct inode *inode, const char *func, in __warn_no_space_for_csum() argument
362 __ext4_warning_inode(inode, func, line, in __warn_no_space_for_csum()
A Dext4_jbd2.h141 const char *func, unsigned int line);
/fs/efivarfs/
A Dinternal.h39 int efivar_init(int (*func)(efi_char16_t *, efi_guid_t, unsigned long, void *),
A Dvars.c374 int efivar_init(int (*func)(efi_char16_t *, efi_guid_t, unsigned long, void *), in efivar_init()
426 err = func(variable_name, vendor_guid, in efivar_init()
/fs/verity/
A Dmeasure.c165 BTF_ID_FLAGS(func, bpf_get_fsverity_digest, KF_TRUSTED_ARGS) in BTF_ID_FLAGS() argument
/fs/ocfs2/
A Drefcounttree.h61 ocfs2_post_refcount_func *func; /* real function. */ member
/fs/pstore/
A Dftrace.c61 .func = pstore_ftrace_call,
/fs/lockd/
A Dsvc4proc.c291 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlm4svc_callback()
309 stat = func(rqstp, &call->a_res); in nlm4svc_callback()
A Dsvcproc.c323 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlmsvc_callback()
341 stat = func(rqstp, &call->a_res); in nlmsvc_callback()
/fs/afs/
A Dwrite.c174 subreq->work.func = afs_issue_write_worker; in afs_issue_write()

Completed in 65 milliseconds

12