Searched refs:hfsplus_mknod (Results 1 – 1 of 1) sorted by relevance
/linux/fs/hfsplus/ |
H A D | dir.c | 479 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,
|