Searched refs:open_mmaps (Results 1 – 4 of 4) sorted by relevance
42 list_for_each_entry(vnode, &volume->open_mmaps, cb_mmap_link) { in afs_volume_init_callback()67 if (!list_empty(&se->volume->open_mmaps)) in afs_init_callback_state()178 if (!list_empty(&volume->open_mmaps)) in afs_break_volume_callback()
103 INIT_LIST_HEAD(&volume->open_mmaps); in afs_alloc_volume()
468 list_add_tail(&vnode->cb_mmap_link, &vnode->volume->open_mmaps); in afs_add_open_mmap()
658 struct list_head open_mmaps; /* List of vnodes that are mmapped */ member