Searched refs:msdos_find (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/msdos/ |
D | namei.c | 130 static int msdos_find(struct inode *dir, const char *name, int len, in msdos_find() function 224 res = msdos_find(dir, dentry->d_name.name, dentry->d_name.len, &bh, in msdos_lookup() 321 res = msdos_find(dir, dentry->d_name.name, dentry->d_name.len, in msdos_rmdir() 423 res = msdos_find(dir, dentry->d_name.name, dentry->d_name.len, in msdos_unlink()
|