/fs/afs/ |
D | security.c | 51 void afs_zap_permits(struct rcu_head *rcu) in afs_zap_permits() argument 54 container_of(rcu, struct afs_permits, rcu); in afs_zap_permits() 67 static void afs_dispose_of_permits(struct rcu_head *rcu) in afs_dispose_of_permits() argument 70 container_of(rcu, struct afs_permits, rcu); in afs_dispose_of_permits() 121 call_rcu(&permits->rcu, afs_zap_permits); in afs_clear_permits() 204 call_rcu(&xpermits->rcu, afs_dispose_of_permits); in afs_cache_permit()
|
D | inode.c | 453 call_rcu(&permits->rcu, afs_zap_permits); in afs_evict_inode()
|
/fs/btrfs/ |
D | rcu-string.h | 20 struct rcu_head rcu; member 38 kfree_rcu(str, rcu); in rcu_string_free()
|
D | volumes.h | 135 struct rcu_head rcu; member
|
/fs/ecryptfs/ |
D | dentry.c | 71 container_of(head, struct ecryptfs_dentry_info, rcu)); in ecryptfs_dentry_free_rcu() 85 call_rcu(&p->rcu, ecryptfs_dentry_free_rcu); in ecryptfs_d_release()
|
/fs/hpfs/ |
D | super.c | 119 static void lazy_free_sbi(struct rcu_head *rcu) in lazy_free_sbi() argument 121 free_sbi(container_of(rcu, struct hpfs_sb_info, rcu)); in lazy_free_sbi() 129 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 | 73 struct rcu_head rcu; member
|
/fs/ |
D | file.c | 55 static void free_fdtable_rcu(struct rcu_head *rcu) in free_fdtable_rcu() argument 57 __free_fdtable(container_of(rcu, struct fdtable, rcu)); in free_fdtable_rcu() 197 call_rcu(&cur_fdt->rcu, free_fdtable_rcu); in expand_fdtable()
|
D | inode.c | 1572 bool rcu) in update_ovl_inode_times() argument 1574 if (!rcu) { in update_ovl_inode_times() 1592 struct timespec now, bool rcu) in relatime_need_update() argument 1598 update_ovl_inode_times(path->dentry, inode, rcu); in relatime_need_update() 1666 bool rcu) in __atime_needs_update() argument 1692 if (!relatime_need_update(path, inode, now, rcu)) in __atime_needs_update()
|
D | timerfd.c | 41 struct rcu_head rcu; member 225 kfree_rcu(ctx, rcu); in timerfd_release()
|
D | eventpoll.c | 147 struct rcu_head rcu; member 695 struct epitem *epi = container_of(head, struct epitem, rcu); in epi_rcu_free() 738 call_rcu(&epi->rcu, epi_rcu_free); in ep_remove()
|
D | super.c | 152 struct super_block *s = container_of(head, struct super_block, rcu); in destroy_super_rcu() 172 call_rcu(&s->rcu, destroy_super_rcu); in destroy_super()
|
/fs/nfs/ |
D | delegation.h | 25 struct rcu_head rcu; member
|
/fs/ncpfs/ |
D | ncp_fs_sb.h | 41 struct rcu_head rcu; member
|
D | inode.c | 762 struct ncp_server *server = container_of(p, struct ncp_server, rcu); in delayed_free() 797 call_rcu(&server->rcu, delayed_free); in ncp_put_super()
|
/fs/adfs/ |
D | adfs.h | 50 struct rcu_head rcu; /* used only at shutdown time */ member
|
D | super.c | 126 kfree_rcu(asb, rcu); in adfs_put_super()
|
/fs/autofs4/ |
D | autofs_i.h | 121 struct rcu_head rcu; member
|
D | inode.c | 66 kfree_rcu(sbi, rcu); in autofs4_kill_sb()
|
/fs/nfs/filelayout/ |
D | filelayoutdev.c | 58 kfree_rcu(dsaddr, id_node.rcu); in nfs4_fl_free_deviceid()
|
/fs/fuse/ |
D | fuse_i.h | 459 struct rcu_head rcu; member
|
D | cuse.c | 472 kfree_rcu(cc, fc.rcu); in cuse_fc_release()
|
/fs/fat/ |
D | fat.h | 103 struct rcu_head rcu; member
|
/fs/overlayfs/ |
D | super.c | 60 struct rcu_head rcu; member 297 kfree_rcu(oe, rcu); in ovl_dentry_release()
|