Home
last modified time | relevance | path

Searched refs:wr_opened_node (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dinode.h122 struct list_head wr_opened_node; member
Dfile_remote.c300 WARN_ON(list_empty(&info->wr_opened_node)); in hmdfs_remote_del_wr_opened_inode_nolock()
302 list_del_init(&info->wr_opened_node); in hmdfs_remote_del_wr_opened_inode_nolock()
316 if (list_empty(&info->wr_opened_node)) { in hmdfs_remote_add_wr_opened_inode_nolock()
318 list_add_tail(&info->wr_opened_node, in hmdfs_remote_add_wr_opened_inode_nolock()
Dstash.c740 list_for_each_entry(info, &conn->wr_opened_inode_list, wr_opened_node) { in hmdfs_stash_fetch_ready_files()
859 list_for_each_entry(info, &conn->wr_opened_inode_list, wr_opened_node) { in hmdfs_stash_offline_do_stash()
1994 wr_opened_node) { in hmdfs_stash_del_do_cleanup()
Dmain.c299 INIT_LIST_HEAD(&gi->wr_opened_node); in hmdfs_alloc_inode()