Searched refs:rcu_head (Results 1 – 25 of 67) sorted by relevance
123
/fs/nfs/ |
D | dns_resolve.c | 68 struct rcu_head rcu_head; member 105 static void nfs_dns_ent_free_rcu(struct rcu_head *head) in nfs_dns_ent_free_rcu() 109 item = container_of(head, struct nfs_dns_ent, rcu_head); in nfs_dns_ent_free_rcu() 119 call_rcu(&item->rcu_head, nfs_dns_ent_free_rcu); in nfs_dns_ent_put()
|
D | delegation.h | 27 struct rcu_head rcu;
|
D | nfs4_fs.h | 201 struct rcu_head rcu_head; member
|
D | pnfs.h | 216 struct rcu_head plh_rcu; 362 struct rcu_head rcu;
|
/fs/nfsd/ |
D | export.h | 64 struct rcu_head ex_rcu; 79 struct rcu_head ek_rcu;
|
D | filecache.h | 34 struct rcu_head nf_rcu;
|
D | nfs4idmap.c | 68 struct rcu_head rcu_head; member 93 kfree_rcu(map, rcu_head); in ent_put()
|
/fs/afs/ |
D | internal.h | 77 struct rcu_head rcu; 352 struct rcu_head rcu; 400 struct rcu_head rcu; 443 struct rcu_head rcu; 485 struct rcu_head rcu; 549 struct rcu_head rcu; 565 struct rcu_head rcu; 686 struct rcu_head rcu; 1362 extern void afs_zap_permits(struct rcu_head *);
|
/fs/autofs/ |
D | autofs_i.h | 70 struct rcu_head rcu; 127 struct rcu_head rcu;
|
/fs/btrfs/ |
D | rcu-string.h | 10 struct rcu_head rcu;
|
D | extent_io.h | 88 struct rcu_head rcu_head; member
|
/fs/xfs/ |
D | xfs_mount.h | 364 struct rcu_head rcu_head; member
|
D | xfs_mount.c | 125 struct rcu_head *head) in __xfs_free_perag() 127 struct xfs_perag *pag = container_of(head, struct xfs_perag, rcu_head); in __xfs_free_perag() 150 call_rcu(&pag->rcu_head, __xfs_free_perag); in xfs_free_perag()
|
/fs/ecryptfs/ |
D | dentry.c | 54 static void ecryptfs_dentry_free_rcu(struct rcu_head *head) in ecryptfs_dentry_free_rcu()
|
/fs/cifs/ |
D | cifs_fs_sb.h | 78 struct rcu_head rcu;
|
/fs/ |
D | fs-writeback.c | 338 struct rcu_head rcu_head; member 472 static void inode_switch_wbs_rcu_fn(struct rcu_head *rcu_head) in inode_switch_wbs_rcu_fn() argument 474 struct inode_switch_wbs_context *isw = container_of(rcu_head, in inode_switch_wbs_rcu_fn() 475 struct inode_switch_wbs_context, rcu_head); in inode_switch_wbs_rcu_fn() 544 call_rcu(&isw->rcu_head, inode_switch_wbs_rcu_fn); in inode_switch_wbs()
|
D | mount.h | 46 struct rcu_head mnt_rcu;
|
D | userfaultfd.c | 73 struct rcu_head rcu_head; member 159 static void __free_userfaultfd_ctx(struct rcu_head *head) in __free_userfaultfd_ctx() 162 rcu_head); in __free_userfaultfd_ctx() 186 call_rcu(&ctx->rcu_head, __free_userfaultfd_ctx); in userfaultfd_ctx_put()
|
/fs/overlayfs/ |
D | ovl_entry.h | 117 struct rcu_head rcu;
|
/fs/erofs/ |
D | zdata.h | 44 struct rcu_head rcu;
|
/fs/ext4/ |
D | mballoc.h | 104 struct rcu_head pa_rcu;
|
D | block_validity.c | 195 static void ext4_destroy_system_zone(struct rcu_head *rcu) in ext4_destroy_system_zone()
|
/fs/gfs2/ |
D | incore.h | 390 struct rcu_head gl_rcu; 488 struct rcu_head qd_rcu;
|
/fs/adfs/ |
D | adfs.h | 66 struct rcu_head rcu; /* used only at shutdown time */
|
/fs/incfs/ |
D | data_mgmt.h | 267 struct rcu_head rcu;
|
123