Home
last modified time | relevance | path

Searched refs:hfs_nameout (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Ddir_nat.c112 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()
Ddir_dbl.c91 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()
Ddir_cap.c110 hfs_nameout(dir, &cname, dentry->d_name.name, in cap_lookup()
Ddir.c39 hfs_nameout(dir, &cname, name, len); in build_key()
/linux-2.4.37.9/include/linux/
Dhfs_fs.h324 static inline void hfs_nameout(struct inode *dir, struct hfs_name *out, in hfs_nameout() function