Searched refs:rcu_head (Results 1 – 25 of 60) sorted by relevance
123
/fs/nfs/ |
D | dns_resolve.c | 69 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()
|
D | delegation.h | 26 struct rcu_head rcu;
|
D | nfs4_fs.h | 197 struct rcu_head rcu_head; member
|
/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 | 84 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 *);
|
D | vl_list.c | 31 static void afs_vlserver_rcu(struct rcu_head *rcu) in afs_vlserver_rcu()
|
/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 | 167 struct rcu_head rcu_head; member
|
/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/xfs/ |
D | xfs_mount.h | 396 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() 152 call_rcu(&pag->rcu_head, __xfs_free_perag); in xfs_free_perag()
|
/fs/overlayfs/ |
D | ovl_entry.h | 85 struct rcu_head rcu;
|
/fs/ |
D | fs-writeback.c | 337 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()
|
D | mount.h | 40 struct rcu_head mnt_rcu;
|
D | file_table.c | 45 static void file_free_rcu(struct rcu_head *head) in file_free_rcu()
|
/fs/ext4/ |
D | mballoc.h | 104 struct rcu_head pa_rcu;
|
D | block_validity.c | 234 static void ext4_destroy_system_zone(struct rcu_head *rcu) in ext4_destroy_system_zone()
|
/fs/erofs/ |
D | zdata.h | 42 struct rcu_head rcu;
|
/fs/adfs/ |
D | adfs.h | 67 struct rcu_head rcu; /* used only at shutdown time */
|
/fs/gfs2/ |
D | incore.h | 386 struct rcu_head gl_rcu; 486 struct rcu_head qd_rcu;
|
/fs/sdcardfs/ |
D | super.c | 189 static void i_callback(struct rcu_head *head) in i_callback()
|
123