re 834 src/filemanager/mountlist.c struct rootdir_entry *re = g_malloc (sizeof (*re)); re 835 src/filemanager/mountlist.c re->name = name; re 836 src/filemanager/mountlist.c re->dev = statbuf.st_dev; re 837 src/filemanager/mountlist.c re->ino = statbuf.st_ino; re 840 src/filemanager/mountlist.c *rootdir_tail = re; re 841 src/filemanager/mountlist.c rootdir_tail = &re->next; re 854 src/filemanager/mountlist.c struct rootdir_entry *re; re 856 src/filemanager/mountlist.c for (re = rootdir_list; re; re = re->next) re 857 src/filemanager/mountlist.c if (re->dev == fi.dev && re->ino == fi.root) re 863 src/filemanager/mountlist.c me->me_mountdir = g_strdup (re != NULL ? re->name : fi.fsh_name); re 876 src/filemanager/mountlist.c struct rootdir_entry *re = rootdir_list; re 878 src/filemanager/mountlist.c rootdir_list = re->next; re 879 src/filemanager/mountlist.c g_free (re->name); re 880 src/filemanager/mountlist.c g_free (re);