Lines Matching refs:size
56 size_t size; in afs_mntpt_check_symlink() local
78 size = vnode->status.size; in afs_mntpt_check_symlink()
79 _debug("symlink to %*.*s", (int) size, (int) size, buf); in afs_mntpt_check_symlink()
81 if (size > 2 && in afs_mntpt_check_symlink()
83 buf[size - 1] == '.' in afs_mntpt_check_symlink()
152 unsigned size = mntpt->d_name.len; in afs_mntpt_do_automount() local
155 if (size < 2 || size > AFS_MAXCELLNAME) 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()
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()
172 loff_t size = i_size_read(d_inode(mntpt)); in afs_mntpt_do_automount() local
176 if (size > PAGE_SIZE - 1) in afs_mntpt_do_automount()
190 memcpy(devname, buf, size); in afs_mntpt_do_automount()