Lines Matching refs:d_name

86 	if ( !(ent = autofs_hash_lookup(&sbi->dirhash, &dentry->d_name)) ) {  in try_to_fill_dentry()
90 …arning: lookup failure on positive dentry, status = %d, name = %s\n", status, dentry->d_name.name); in try_to_fill_dentry()
103 status = autofs_wait(sbi, &dentry->d_name); in try_to_fill_dentry()
104 } while (!(ent = autofs_hash_lookup(&sbi->dirhash, &dentry->d_name)) ); in try_to_fill_dentry()
123 return !autofs_wait(sbi, &dentry->d_name); in try_to_fill_dentry()
200 autofs_say(dentry->d_name.name,dentry->d_name.len); in autofs_root_lookup()
202 if (dentry->d_name.len > NAME_MAX) in autofs_root_lookup()
260 autofs_say(dentry->d_name.name,dentry->d_name.len); in autofs_root_symlink()
265 if ( autofs_hash_lookup(dh, &dentry->d_name) ) in autofs_root_symlink()
288 ent->name = kmalloc(dentry->d_name.len+1, GFP_KERNEL); in autofs_root_symlink()
300 ent->hash = dentry->d_name.hash; in autofs_root_symlink()
301 memcpy(ent->name, dentry->d_name.name, 1+(ent->len = dentry->d_name.len)); in autofs_root_symlink()
332 ent = autofs_hash_lookup(dh, &dentry->d_name); in autofs_root_unlink()
360 ent = autofs_hash_lookup(dh, &dentry->d_name); in autofs_root_rmdir()
368 printk("autofs_rmdir: odentry != dentry for entry %s\n", dentry->d_name.name); in autofs_root_rmdir()
389 ent = autofs_hash_lookup(dh, &dentry->d_name); in autofs_root_mkdir()
403 ent->name = kmalloc(dentry->d_name.len+1, GFP_KERNEL); in autofs_root_mkdir()
409 ent->hash = dentry->d_name.hash; in autofs_root_mkdir()
410 memcpy(ent->name, dentry->d_name.name, 1+(ent->len = dentry->d_name.len)); in autofs_root_mkdir()