Searched refs:shmem_mknod (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/mm/ |
D | shmem.c | 3208 shmem_mknod(struct mnt_idmap *idmap, struct inode *dir, in shmem_mknod() function 3279 error = shmem_mknod(idmap, dir, dentry, mode | S_IFDIR, 0); in shmem_mkdir() 3289 return shmem_mknod(idmap, dir, dentry, mode | S_IFREG, 0); in shmem_create() 3370 error = shmem_mknod(idmap, old_dir, whiteout, in shmem_whiteout() 4498 .mknod = shmem_mknod,
|