Searched refs:preparing (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | stash.c | 766 LIST_HEAD(preparing); in hmdfs_stash_offline_prepare() 773 hmdfs_stash_fetch_ready_files(conn, true, &preparing); in hmdfs_stash_offline_prepare() 775 if (list_empty(&preparing)) in hmdfs_stash_offline_prepare() 778 hmdfs_init_cache_for_stash_files_by_work(conn, &preparing); in hmdfs_stash_offline_prepare() 843 LIST_HEAD(preparing); in hmdfs_stash_offline_do_stash() 854 hmdfs_stash_fetch_ready_files(conn, false, &preparing); in hmdfs_stash_offline_do_stash() 855 if (!list_empty(&preparing)) in hmdfs_stash_offline_do_stash() 856 hmdfs_init_cache_for_stash_files(conn, &preparing); in hmdfs_stash_offline_do_stash() 1986 unsigned int preparing; in hmdfs_stash_del_do_cleanup() local 1992 preparing in hmdfs_stash_del_do_cleanup() [all...] |
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | stash.c | 756 LIST_HEAD(preparing); in hmdfs_stash_offline_prepare() 763 hmdfs_stash_fetch_ready_files(conn, true, &preparing); in hmdfs_stash_offline_prepare() 765 if (list_empty(&preparing)) in hmdfs_stash_offline_prepare() 768 hmdfs_init_cache_for_stash_files_by_work(conn, &preparing); in hmdfs_stash_offline_prepare() 833 LIST_HEAD(preparing); in hmdfs_stash_offline_do_stash() 844 hmdfs_stash_fetch_ready_files(conn, false, &preparing); in hmdfs_stash_offline_do_stash() 845 if (!list_empty(&preparing)) in hmdfs_stash_offline_do_stash() 846 hmdfs_init_cache_for_stash_files(conn, &preparing); in hmdfs_stash_offline_do_stash() 1971 unsigned int preparing; in hmdfs_stash_del_do_cleanup() local 1977 preparing in hmdfs_stash_del_do_cleanup() [all...] |
Completed in 7 milliseconds