Home
last modified time | relevance | path

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

/openbmc/linux/fs/hfsplus/
H A Ddir.c479 static int hfsplus_mknod(struct mnt_idmap *idmap, struct inode *dir, in hfsplus_mknod() function
523 return hfsplus_mknod(&nop_mnt_idmap, dir, dentry, mode, 0); in hfsplus_create()
529 return hfsplus_mknod(&nop_mnt_idmap, dir, dentry, mode | S_IFDIR, 0); in hfsplus_mkdir()
568 .mknod = hfsplus_mknod,