re 832 src/filemanager/mountlist.c struct rootdir_entry *re = g_malloc (sizeof (*re)); re 833 src/filemanager/mountlist.c re->name = name; re 834 src/filemanager/mountlist.c re->dev = statbuf.st_dev; re 835 src/filemanager/mountlist.c re->ino = statbuf.st_ino; re 838 src/filemanager/mountlist.c *rootdir_tail = re; re 839 src/filemanager/mountlist.c rootdir_tail = &re->next; re 852 src/filemanager/mountlist.c struct rootdir_entry *re; re 854 src/filemanager/mountlist.c for (re = rootdir_list; re; re = re->next) re 855 src/filemanager/mountlist.c if (re->dev == fi.dev && re->ino == fi.root) re 861 src/filemanager/mountlist.c me->me_mountdir = g_strdup (re != NULL ? re->name : fi.fsh_name); re 874 src/filemanager/mountlist.c struct rootdir_entry *re = rootdir_list; re 876 src/filemanager/mountlist.c rootdir_list = re->next; re 877 src/filemanager/mountlist.c g_free (re->name); re 878 src/filemanager/mountlist.c g_free (re);