/fs/afs/ |
D | vl_list.c | 32 static void afs_vlserver_rcu(struct rcu_head *rcu) in afs_vlserver_rcu() argument 34 struct afs_vlserver *vlserver = container_of(rcu, struct afs_vlserver, rcu); in afs_vlserver_rcu() 37 kfree_rcu(vlserver, rcu); in afs_vlserver_rcu() 47 call_rcu(&vlserver->rcu, afs_vlserver_rcu); in afs_put_vlserver() 76 kfree_rcu(vllist, rcu); in afs_put_vlserverlist()
|
D | proc.c | 60 __acquires(rcu) in afs_proc_cells_start() 72 __releases(rcu) in afs_proc_cells_stop() 321 __acquires(rcu) in afs_proc_cell_vlservers_start() 361 __releases(rcu) in afs_proc_cell_vlservers_stop() 408 __acquires(rcu) in afs_proc_servers_start() 420 __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 | 77 struct rcu_head rcu; member 352 struct rcu_head rcu; member 400 struct rcu_head rcu; member 443 struct rcu_head rcu; member 485 struct rcu_head rcu; member 549 struct rcu_head rcu; member 565 struct rcu_head rcu; member 686 struct rcu_head rcu; member
|
D | server.c | 435 static void afs_server_rcu(struct rcu_head *rcu) in afs_server_rcu() argument 437 struct afs_server *server = container_of(rcu, struct afs_server, rcu); in afs_server_rcu() 447 call_rcu(&server->rcu, afs_server_rcu); in __afs_put_server()
|
D | cell.c | 489 static void afs_cell_destroy(struct rcu_head *rcu) in afs_cell_destroy() argument 491 struct afs_cell *cell = container_of(rcu, struct afs_cell, rcu); in afs_cell_destroy() 567 call_rcu(&cell->rcu, afs_cell_destroy); in afs_put_cell()
|
D | server_list.c | 20 kfree_rcu(slist, rcu); in afs_put_serverlist()
|
/fs/btrfs/ |
D | rcu-string.h | 10 struct rcu_head rcu; member 32 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 | 195 static void ext4_destroy_system_zone(struct rcu_head *rcu) in ext4_destroy_system_zone() argument 199 system_blks = container_of(rcu, struct ext4_system_blocks, rcu); in ext4_destroy_system_zone() 294 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()
|
/fs/cifs/ |
D | cifs_fs_sb.h | 78 struct rcu_head rcu; member
|
/fs/nfsd/ |
D | filecache.c | 52 struct rcu_head rcu; member 83 nfsd_file_slab_free(struct rcu_head *rcu) in nfsd_file_slab_free() argument 85 struct nfsd_file *nf = container_of(rcu, struct nfsd_file, nf_rcu); in nfsd_file_slab_free() 773 kfree_rcu(l, rcu); in nfsd_free_fcache_disposal()
|
/fs/dlm/ |
D | lowcomms.c | 96 struct rcu_head rcu; member 1599 static void connection_release(struct rcu_head *rcu) in connection_release() argument 1601 struct connection *con = container_of(rcu, struct connection, rcu); in connection_release() 1615 call_rcu(&con->othercon->rcu, connection_release); in free_conn() 1618 call_rcu(&con->rcu, connection_release); in free_conn()
|
/fs/overlayfs/ |
D | ovl_entry.h | 117 struct rcu_head rcu; member
|
/fs/ |
D | file.c | 41 static void free_fdtable_rcu(struct rcu_head *rcu) in free_fdtable_rcu() argument 43 __free_fdtable(container_of(rcu, struct fdtable, rcu)); in free_fdtable_rcu() 200 call_rcu(&cur_fdt->rcu, free_fdtable_rcu); in expand_fdtable()
|
D | timerfd.c | 45 struct rcu_head rcu; member 231 kfree_rcu(ctx, rcu); in timerfd_release()
|
/fs/nfs/ |
D | delegation.h | 27 struct rcu_head rcu; member
|
/fs/erofs/ |
D | zdata.h | 44 struct rcu_head rcu; member
|
/fs/adfs/ |
D | adfs.h | 66 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/exfat/ |
D | super.c | 35 struct exfat_sb_info *sbi = container_of(p, struct exfat_sb_info, rcu); in exfat_delayed_free() 52 call_rcu(&sbi->rcu, exfat_delayed_free); in exfat_put_super()
|
/fs/incfs/ |
D | data_mgmt.h | 267 struct rcu_head rcu; member
|