Home
last modified time | relevance | path

Searched refs:rcu (Results 1 – 25 of 42) sorted by relevance

12

/fs/afs/
Dsecurity.c51 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()
Dinode.c453 call_rcu(&permits->rcu, afs_zap_permits); in afs_evict_inode()
/fs/btrfs/
Drcu-string.h20 struct rcu_head rcu; member
38 kfree_rcu(str, rcu); in rcu_string_free()
Dvolumes.h135 struct rcu_head rcu; member
/fs/ecryptfs/
Ddentry.c71 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/
Dsuper.c119 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()
Dhpfs_fn.h90 struct rcu_head rcu; member
/fs/cifs/
Dcifs_fs_sb.h73 struct rcu_head rcu; member
/fs/
Dfile.c55 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()
Dinode.c1572 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()
Dtimerfd.c41 struct rcu_head rcu; member
225 kfree_rcu(ctx, rcu); in timerfd_release()
Deventpoll.c147 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()
Dsuper.c152 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/
Ddelegation.h25 struct rcu_head rcu; member
/fs/ncpfs/
Dncp_fs_sb.h41 struct rcu_head rcu; member
Dinode.c762 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/
Dadfs.h50 struct rcu_head rcu; /* used only at shutdown time */ member
Dsuper.c126 kfree_rcu(asb, rcu); in adfs_put_super()
/fs/autofs4/
Dautofs_i.h121 struct rcu_head rcu; member
Dinode.c66 kfree_rcu(sbi, rcu); in autofs4_kill_sb()
/fs/nfs/filelayout/
Dfilelayoutdev.c58 kfree_rcu(dsaddr, id_node.rcu); in nfs4_fl_free_deviceid()
/fs/fuse/
Dfuse_i.h459 struct rcu_head rcu; member
Dcuse.c472 kfree_rcu(cc, fc.rcu); in cuse_fc_release()
/fs/fat/
Dfat.h103 struct rcu_head rcu; member
/fs/overlayfs/
Dsuper.c60 struct rcu_head rcu; member
297 kfree_rcu(oe, rcu); in ovl_dentry_release()

12