tag | line | file | source code |
get_pname_static | 33 | fs/smbfs/dir.c | get_pname_static(struct inode *dir, const char *name, int len, |
get_pname_static | 266 | fs/smbfs/dir.c | if ((result = get_pname_static(inode, entry->path, len, |
get_pname_static | 439 | fs/smbfs/dir.c | if ((res = get_pname_static(dir,name,len,result,&result_len) != 0)) { |
get_pname_static | 820 | fs/smbfs/dir.c | if ((error = get_pname_static(dir, name, len, path, &len)) < 0) { |
get_pname_static | 844 | fs/smbfs/dir.c | if ((error = get_pname_static(dir, name, len, path, &len)) < 0) { |
get_pname_static | 869 | fs/smbfs/dir.c | if ((error = get_pname_static(dir, name, len, path, &len)) < 0) { |
get_pname_static | 902 | fs/smbfs/dir.c | res = get_pname_static(old_dir, old_name, old_len, old_path, &old_len); |
get_pname_static | 907 | fs/smbfs/dir.c | res = get_pname_static(new_dir, new_name, new_len, new_path, &new_len); |