Lines Matching refs:devname
131 char *devname, *options; in afs_mntpt_do_automount() local
140 devname = (char *) get_zeroed_page(GFP_KERNEL); in afs_mntpt_do_automount()
141 if (!devname) in afs_mntpt_do_automount()
159 devname[0] = '#'; in afs_mntpt_do_automount()
160 memcpy(devname + 1, mntpt->d_name.name, size - 1); in afs_mntpt_do_automount()
161 memcpy(devname + size, afs_root_cell, in afs_mntpt_do_automount()
165 devname[0] = '%'; in afs_mntpt_do_automount()
166 memcpy(devname + 1, mntpt->d_name.name, size); in afs_mntpt_do_automount()
167 memcpy(devname + size + 1, afs_root_cell, in afs_mntpt_do_automount()
190 memcpy(devname, buf, size); in afs_mntpt_do_automount()
204 _debug("--- attempting mount %s -o %s ---", devname, options); in afs_mntpt_do_automount()
205 mnt = vfs_kern_mount(&afs_fs_type, 0, devname, options); in afs_mntpt_do_automount()
208 free_page((unsigned long) devname); in afs_mntpt_do_automount()
218 free_page((unsigned long) devname); in afs_mntpt_do_automount()