/fs/afs/ |
D | vl_list.c | 31 static void afs_vlserver_rcu(struct rcu_head *rcu) in afs_vlserver_rcu() argument 33 struct afs_vlserver *vlserver = container_of(rcu, struct afs_vlserver, rcu); in afs_vlserver_rcu() 36 kfree_rcu(vlserver, rcu); in afs_vlserver_rcu() 46 call_rcu(&vlserver->rcu, afs_vlserver_rcu); in afs_put_vlserver() 75 kfree_rcu(vllist, rcu); in afs_put_vlserverlist()
|
D | proc.c | 58 __acquires(rcu) in afs_proc_cells_start() 70 __releases(rcu) in afs_proc_cells_stop() 318 __acquires(rcu) in afs_proc_cell_vlservers_start() 358 __releases(rcu) in afs_proc_cell_vlservers_stop() 399 __acquires(rcu) in afs_proc_servers_start() 411 __releases(rcu) in afs_proc_servers_stop()
|
D | security.c | 80 static void afs_permits_rcu(struct rcu_head *rcu) in afs_permits_rcu() argument 83 container_of(rcu, struct afs_permits, rcu); in afs_permits_rcu() 100 call_rcu(&permits->rcu, afs_permits_rcu); in afs_put_permits()
|
D | internal.h | 84 struct rcu_head rcu; /* Must be first */ member 368 struct rcu_head rcu; member 406 struct rcu_head rcu; member 447 struct rcu_head rcu; member 488 struct rcu_head rcu; member 555 struct rcu_head rcu; member 570 struct rcu_head rcu; member 713 struct rcu_head rcu; member
|
D | server.c | 360 static void afs_server_rcu(struct rcu_head *rcu) in afs_server_rcu() argument 362 struct afs_server *server = container_of(rcu, struct afs_server, rcu); in afs_server_rcu() 393 call_rcu(&server->rcu, afs_server_rcu); in afs_destroy_server()
|
D | cell.c | 476 static void afs_cell_destroy(struct rcu_head *rcu) in afs_cell_destroy() argument 478 struct afs_cell *cell = container_of(rcu, struct afs_cell, rcu); in afs_cell_destroy() 736 call_rcu(&cell->rcu, afs_cell_destroy); in afs_manage_cell()
|
D | callback.c | 197 kfree_rcu(vi, rcu); in afs_put_cb_interest() 200 kfree_rcu(cbi, rcu); in afs_put_cb_interest()
|
D | addr_list.c | 22 call_rcu(&alist->rcu, (rcu_callback_t)kfree); in afs_put_addrlist()
|
/fs/btrfs/ |
D | rcu-string.h | 10 struct rcu_head rcu; member 28 kfree_rcu(str, rcu); in rcu_string_free()
|
/fs/ecryptfs/ |
D | dentry.c | 57 container_of(head, struct ecryptfs_dentry_info, rcu)); in ecryptfs_dentry_free_rcu() 71 call_rcu(&p->rcu, ecryptfs_dentry_free_rcu); in ecryptfs_d_release()
|
/fs/ext4/ |
D | block_validity.c | 234 static void ext4_destroy_system_zone(struct rcu_head *rcu) in ext4_destroy_system_zone() argument 238 system_blks = container_of(rcu, struct ext4_system_blocks, rcu); in ext4_destroy_system_zone() 338 call_rcu(&system_blks->rcu, ext4_destroy_system_zone); in ext4_release_system_zone()
|
/fs/autofs/ |
D | autofs_i.h | 70 struct rcu_head rcu; member 127 struct rcu_head rcu; member
|
D | inode.c | 36 kfree_rcu(ino, rcu); in autofs_free_ino() 58 kfree_rcu(sbi, rcu); in autofs_kill_sb()
|
/fs/hpfs/ |
D | super.c | 120 static void lazy_free_sbi(struct rcu_head *rcu) in lazy_free_sbi() argument 122 free_sbi(container_of(rcu, struct hpfs_sb_info, rcu)); in lazy_free_sbi() 130 call_rcu(&hpfs_sb(s)->rcu, lazy_free_sbi); in hpfs_put_super()
|
D | hpfs_fn.h | 90 struct rcu_head rcu; member
|
/fs/cifs/ |
D | cifs_fs_sb.h | 78 struct rcu_head rcu; member
|
/fs/ |
D | file.c | 36 static void free_fdtable_rcu(struct rcu_head *rcu) in free_fdtable_rcu() argument 38 __free_fdtable(container_of(rcu, struct fdtable, rcu)); in free_fdtable_rcu() 179 call_rcu(&cur_fdt->rcu, free_fdtable_rcu); in expand_fdtable()
|
D | timerfd.c | 42 struct rcu_head rcu; member 226 kfree_rcu(ctx, rcu); in timerfd_release()
|
D | eventpoll.c | 143 struct rcu_head rcu; member 767 struct epitem *epi = container_of(head, struct epitem, rcu); in epi_rcu_free() 806 call_rcu(&epi->rcu, epi_rcu_free); in ep_remove()
|
/fs/overlayfs/ |
D | ovl_entry.h | 85 struct rcu_head rcu; member
|
/fs/nfs/ |
D | delegation.h | 26 struct rcu_head rcu; member
|
/fs/erofs/ |
D | zdata.h | 42 struct rcu_head rcu; member
|
/fs/adfs/ |
D | adfs.h | 67 struct rcu_head rcu; /* used only at shutdown time */ member
|
/fs/nfs/filelayout/ |
D | filelayoutdev.c | 58 kfree_rcu(dsaddr, id_node.rcu); in nfs4_fl_free_deviceid()
|
/fs/nfsd/ |
D | filecache.c | 84 nfsd_file_slab_free(struct rcu_head *rcu) in nfsd_file_slab_free() argument 86 struct nfsd_file *nf = container_of(rcu, struct nfsd_file, nf_rcu); in nfsd_file_slab_free()
|