Home
last modified time | relevance | path

Searched refs:rcu_head (Results 1 – 25 of 60) sorted by relevance

123

/fs/nfs/
Ddns_resolve.c69 struct rcu_head rcu_head; member
106 static void nfs_dns_ent_free_rcu(struct rcu_head *head) in nfs_dns_ent_free_rcu()
110 item = container_of(head, struct nfs_dns_ent, rcu_head); in nfs_dns_ent_free_rcu()
120 call_rcu(&item->rcu_head, nfs_dns_ent_free_rcu); in nfs_dns_ent_put()
Ddelegation.h26 struct rcu_head rcu;
Dnfs4_fs.h197 struct rcu_head rcu_head; member
/fs/nfsd/
Dexport.h64 struct rcu_head ex_rcu;
79 struct rcu_head ek_rcu;
Dfilecache.h34 struct rcu_head nf_rcu;
Dnfs4idmap.c68 struct rcu_head rcu_head; member
93 kfree_rcu(map, rcu_head); in ent_put()
/fs/afs/
Dinternal.h84 struct rcu_head rcu; /* Must be first */
368 struct rcu_head rcu;
406 struct rcu_head rcu;
447 struct rcu_head rcu;
488 struct rcu_head rcu;
555 struct rcu_head rcu;
570 struct rcu_head rcu;
713 struct rcu_head rcu;
1217 extern void afs_zap_permits(struct rcu_head *);
Dvl_list.c31 static void afs_vlserver_rcu(struct rcu_head *rcu) in afs_vlserver_rcu()
/fs/autofs/
Dautofs_i.h70 struct rcu_head rcu;
127 struct rcu_head rcu;
/fs/btrfs/
Drcu-string.h10 struct rcu_head rcu;
Dextent_io.h167 struct rcu_head rcu_head; member
/fs/ecryptfs/
Ddentry.c54 static void ecryptfs_dentry_free_rcu(struct rcu_head *head) in ecryptfs_dentry_free_rcu()
/fs/cifs/
Dcifs_fs_sb.h78 struct rcu_head rcu;
/fs/xfs/
Dxfs_mount.h396 struct rcu_head rcu_head; member
Dxfs_mount.c125 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()
152 call_rcu(&pag->rcu_head, __xfs_free_perag); in xfs_free_perag()
/fs/overlayfs/
Dovl_entry.h85 struct rcu_head rcu;
/fs/
Dfs-writeback.c337 struct rcu_head rcu_head; member
471 static void inode_switch_wbs_rcu_fn(struct rcu_head *rcu_head) in inode_switch_wbs_rcu_fn() argument
473 struct inode_switch_wbs_context *isw = container_of(rcu_head, in inode_switch_wbs_rcu_fn()
474 struct inode_switch_wbs_context, rcu_head); in inode_switch_wbs_rcu_fn()
536 call_rcu(&isw->rcu_head, inode_switch_wbs_rcu_fn); in inode_switch_wbs()
Dmount.h40 struct rcu_head mnt_rcu;
Dfile_table.c45 static void file_free_rcu(struct rcu_head *head) in file_free_rcu()
/fs/ext4/
Dmballoc.h104 struct rcu_head pa_rcu;
Dblock_validity.c234 static void ext4_destroy_system_zone(struct rcu_head *rcu) in ext4_destroy_system_zone()
/fs/erofs/
Dzdata.h42 struct rcu_head rcu;
/fs/adfs/
Dadfs.h67 struct rcu_head rcu; /* used only at shutdown time */
/fs/gfs2/
Dincore.h386 struct rcu_head gl_rcu;
486 struct rcu_head qd_rcu;
/fs/sdcardfs/
Dsuper.c189 static void i_callback(struct rcu_head *head) in i_callback()

123