• Home
  • Raw
  • Download

Lines Matching refs:d_name

91 	if (!(ent = autofs_hash_lookup(&sbi->dirhash, &dentry->d_name))) {  in try_to_fill_dentry()
95 …arning: lookup failure on positive dentry, status = %d, name = %s\n", status, dentry->d_name.name); in try_to_fill_dentry()
108 status = autofs_wait(sbi, &dentry->d_name); in try_to_fill_dentry()
109 } while (!(ent = autofs_hash_lookup(&sbi->dirhash, &dentry->d_name))); in try_to_fill_dentry()
128 return !autofs_wait(sbi, &dentry->d_name); in try_to_fill_dentry()
206 autofs_say(dentry->d_name.name,dentry->d_name.len); in autofs_root_lookup()
208 if (dentry->d_name.len > NAME_MAX) { in autofs_root_lookup()
280 autofs_say(dentry->d_name.name,dentry->d_name.len); in autofs_root_symlink()
288 if (autofs_hash_lookup(dh, &dentry->d_name)) { in autofs_root_symlink()
317 ent->name = kmalloc(dentry->d_name.len+1, GFP_KERNEL); in autofs_root_symlink()
330 ent->hash = dentry->d_name.hash; in autofs_root_symlink()
331 memcpy(ent->name, dentry->d_name.name, 1+(ent->len = dentry->d_name.len)); in autofs_root_symlink()
370 ent = autofs_hash_lookup(dh, &dentry->d_name); in autofs_root_unlink()
408 ent = autofs_hash_lookup(dh, &dentry->d_name); in autofs_root_rmdir()
420 printk("autofs_rmdir: odentry != dentry for entry %s\n", dentry->d_name.name); in autofs_root_rmdir()
446 ent = autofs_hash_lookup(dh, &dentry->d_name); in autofs_root_mkdir()
465 ent->name = kmalloc(dentry->d_name.len+1, GFP_KERNEL); in autofs_root_mkdir()
472 ent->hash = dentry->d_name.hash; in autofs_root_mkdir()
473 memcpy(ent->name, dentry->d_name.name, 1+(ent->len = dentry->d_name.len)); in autofs_root_mkdir()