| /fs/ |
| A D | bpf_fs_kfuncs.c | 362 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 D | locks.c | 958 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 D | xfs_message.h | 49 #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 D | rcu_pending.c | 73 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 D | async-thread.c | 312 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 D | async-thread.h | 22 btrfs_func_t func; member 40 void btrfs_init_work(struct btrfs_work *work, btrfs_func_t func,
|
| /fs/gfs2/ |
| A D | trace_gfs2.h | 599 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 D | masklog.c | 51 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 D | heartbeat.h | 54 o2hb_cb_func *func,
|
| A D | tcp.h | 88 o2net_msg_handler_func *func, void *data,
|
| A D | masklog.h | 150 void __mlog_printk(const u64 *m, const char *func, int line,
|
| A D | tcp.c | 800 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 D | sess.c | 1314 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 D | ioctl.c | 56 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 D | ext4.h | 3202 #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 D | namei.c | 127 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 D | ext4_jbd2.h | 141 const char *func, unsigned int line);
|
| /fs/efivarfs/ |
| A D | internal.h | 39 int efivar_init(int (*func)(efi_char16_t *, efi_guid_t, unsigned long, void *),
|
| A D | vars.c | 374 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 D | measure.c | 165 BTF_ID_FLAGS(func, bpf_get_fsverity_digest, KF_TRUSTED_ARGS) in BTF_ID_FLAGS() argument
|
| /fs/ocfs2/ |
| A D | refcounttree.h | 61 ocfs2_post_refcount_func *func; /* real function. */ member
|
| /fs/pstore/ |
| A D | ftrace.c | 61 .func = pstore_ftrace_call,
|
| /fs/lockd/ |
| A D | svc4proc.c | 291 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlm4svc_callback() 309 stat = func(rqstp, &call->a_res); in nlm4svc_callback()
|
| A D | svcproc.c | 323 __be32 (*func)(struct svc_rqst *, struct nlm_res *)) in nlmsvc_callback() 341 stat = func(rqstp, &call->a_res); in nlmsvc_callback()
|
| /fs/afs/ |
| A D | write.c | 174 subreq->work.func = afs_issue_write_worker; in afs_issue_write()
|