Searched refs:hfs_nameout (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/fs/hfs/ |
D | dir_nat.c | 112 hfs_nameout(dir, &cname, dentry->d_name.name, dentry->d_name.len); in nat_lookup() 333 hfs_nameout(parent, &cname, dentry->d_name.name, dentry->d_name.len); in nat_rmdir() 378 hfs_nameout(dir, &cname, dentry->d_name.name, in nat_hdr_unlink() 429 hfs_nameout(old_dir, &cname, old_dentry->d_name.name, in nat_hdr_rename()
|
D | dir_dbl.c | 91 hfs_nameout(dir, &cname, name+1, len-1); in is_hdr() 121 hfs_nameout(dir, &cname, dentry->d_name.name, dentry->d_name.len); in dbl_lookup() 140 hfs_nameout(dir, &cname, dentry->d_name.name+1, in dbl_lookup()
|
D | dir_cap.c | 110 hfs_nameout(dir, &cname, dentry->d_name.name, in cap_lookup()
|
D | dir.c | 39 hfs_nameout(dir, &cname, name, len); in build_key()
|
/linux-2.4.37.9/include/linux/ |
D | hfs_fs.h | 324 static inline void hfs_nameout(struct inode *dir, struct hfs_name *out, in hfs_nameout() function
|