Searched refs:hfsplus_mknod (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | dir.c | 479 static int hfsplus_mknod(struct inode *dir, struct dentry *dentry, in hfsplus_mknod() function 523 return hfsplus_mknod(dir, dentry, mode, 0); in hfsplus_create() 528 return hfsplus_mknod(dir, dentry, mode | S_IFDIR, 0); in hfsplus_mkdir() 566 .mknod = hfsplus_mknod,
|
/kernel/linux/linux-6.6/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,
|
Completed in 2 milliseconds