Searched defs:update_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_subr.c199 struct ufsvfs *update_list = NULL; local
228 ufsp->vfs_wnext = update_list;
229 update_list = ufsp;
234 if (update_list == NULL)
245 * Note that the update_list traversal is done without the protection
249 * to another thread's update_list won't find it, since it'll already
253 for (ufsp = update_list; ufsp != NULL; ufsp = ufsnext) {
258 * thread finds it to add it to its own update_list; we don't
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c607 struct udf_vfs *udfsp, *udfsnext, *update_list = NULL; local
629 udfsp->udf_wnext = update_list;
630 update_list = udfsp;
635 if (update_list == NULL) {
648 * Note that the update_list traversal is done without the protection
652 * to another thread's update_list won't find it, since it'll already
656 for (udfsp = update_list; udfsp != NULL; udfsp = udfsnext) {
661 * thread finds it to add it to its own update_list; we don't
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c5915 sp_ext_node_t *update_list = NULL; local
6024 new_np, &update_list, sp_ext->ext_offset,
6210 if (update_list != NULL) {
6257 if (meta_sp_update_wm(sp, msp, update_list, ep) < 0) {
6297 if (update_list != NULL)
6298 meta_sp_list_free(&update_list);

Completed in 78 milliseconds