Searched refs:hfsplus_mknod (Results 1 – 1 of 1) sorted by relevance
474 static int hfsplus_mknod(struct inode *dir, struct dentry *dentry, in hfsplus_mknod() function518 return hfsplus_mknod(dir, dentry, mode, 0); in hfsplus_create()523 return hfsplus_mknod(dir, dentry, mode | S_IFDIR, 0); in hfsplus_mkdir()557 .mknod = hfsplus_mknod,