Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hfsplus/
Ddir.c474 static int hfsplus_mknod(struct inode *dir, struct dentry *dentry, in hfsplus_mknod() function
518 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,