Lines Matching refs:devname
79 char *devname, *options; in afs_mntpt_do_automount() local
88 devname = (char *) get_zeroed_page(GFP_KERNEL); in afs_mntpt_do_automount()
89 if (!devname) in afs_mntpt_do_automount()
107 devname[0] = '%'; in afs_mntpt_do_automount()
108 memcpy(devname + 1, mntpt->d_name.name + 1, size - 1); in afs_mntpt_do_automount()
109 memcpy(devname + size, afs_root_cell, in afs_mntpt_do_automount()
113 devname[0] = '#'; in afs_mntpt_do_automount()
114 memcpy(devname + 1, mntpt->d_name.name, size); in afs_mntpt_do_automount()
115 memcpy(devname + size + 1, afs_root_cell, in afs_mntpt_do_automount()
138 memcpy(devname, buf, size); in afs_mntpt_do_automount()
154 _debug("--- attempting mount %s -o %s ---", devname, options); in afs_mntpt_do_automount()
155 mnt = vfs_submount(mntpt, &afs_fs_type, devname, options); in afs_mntpt_do_automount()
158 free_page((unsigned long) devname); in afs_mntpt_do_automount()
168 free_page((unsigned long) devname); in afs_mntpt_do_automount()