Lines Matching refs:list
49 * its parent's list and will have is_freed set (under eventfs_mutex).
472 * list, if @dentry found go ahead and create the file/dir
495 list_for_each_entry(ei_child, &ei->children, list) {
596 list_for_each_entry_srcu(ei_child, &ei->children, list,
632 * @entries: A list of entries that represent the files under this directory
680 INIT_LIST_HEAD(&ei->list);
684 list_add_tail(&ei->list, &parent->children);
688 if (list_empty(&ei->list)) {
699 * @entries: A list of entries that represent the files under this directory
756 INIT_LIST_HEAD(&ei->list);
794 * eventfs_remove_rec - remove eventfs dir or file from list
816 list_for_each_entry(ei_child, &ei->children, list)
819 list_del(&ei->list);
824 * eventfs_remove_dir - remove eventfs dir or file from list