Searched refs:inode_init_owner (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/fs/udf/
H A Dialloc.c79 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);
/linux-master/fs/jfs/
H A Djfs_inode.c67 inode_init_owner(&nop_mnt_idmap, inode, parent, mode);
/linux-master/fs/ocfs2/dlmfs/
H A Ddlmfs.c338 inode_init_owner(&nop_mnt_idmap, inode, NULL, mode);
361 inode_init_owner(&nop_mnt_idmap, inode, parent, mode);
/linux-master/fs/minix/
H A Dbitmap.c252 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);
/linux-master/fs/sysv/
H A Dialloc.c166 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);
/linux-master/fs/btrfs/tests/
H A Dbtrfs-tests.c68 inode_init_owner(&nop_mnt_idmap, inode, NULL, S_IFREG);
/linux-master/fs/ramfs/
H A Dinode.c64 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);
/linux-master/fs/ufs/
H A Dialloc.c292 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);
/linux-master/fs/bfs/
H A Ddir.c99 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c241 inode_init_owner(&nop_mnt_idmap, inode, dir, mode | S_IFDIR);
472 inode_init_owner(&nop_mnt_idmap, inode, dir, mode | S_IFDIR);
/linux-master/fs/omfs/
H A Dinode.c51 inode_init_owner(&nop_mnt_idmap, inode, NULL, mode);
/linux-master/fs/ext2/
H A Dialloc.c545 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);
/linux-master/fs/
H A Dinode.c2332 * inode_init_owner - Init uid,gid,mode for new inode according to posix standards
2344 void inode_init_owner(struct mnt_idmap *idmap, struct inode *inode, function
2358 EXPORT_SYMBOL(inode_init_owner); variable
/linux-master/fs/hfsplus/
H A Dinode.c389 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);
/linux-master/kernel/bpf/
H A Dinode.c124 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);
/linux-master/fs/9p/
H A Dvfs_inode.c266 inode_init_owner(&nop_mnt_idmap, inode, NULL, mode);
/linux-master/fs/ext4/
H A Dialloc.c977 inode_init_owner(idmap, inode, dir, mode);
/linux-master/fs/overlayfs/
H A Ddir.c585 * in inode_init_owner() to current's fs{u,g}id. So use
643 inode_init_owner(&nop_mnt_idmap, inode, dentry->d_parent->d_inode, mode);
/linux-master/fs/reiserfs/
H A Dnamei.c610 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);
/linux-master/fs/nilfs2/
H A Dinode.c368 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);
/linux-master/fs/f2fs/
H A Dnamei.c242 inode_init_owner(idmap, inode, dir, mode);
/linux-master/fs/zonefs/
H A Dsuper.c689 inode_init_owner(&nop_mnt_idmap, inode, root, S_IFDIR | 0555);
/linux-master/fs/btrfs/
H A Dinode.c6611 inode_init_owner(idmap, inode, dir, mode);
6625 inode_init_owner(idmap, inode, dir, mode);
6724 inode_init_owner(idmap, inode, dir, S_IFDIR | mode);
8549 inode_init_owner(idmap, inode, NULL,
9045 inode_init_owner(idmap, inode, dir,
9525 inode_init_owner(idmap, inode, dir, S_IFLNK | S_IRWXUGO);
9848 inode_init_owner(idmap, inode, dir, mode);
/linux-master/fs/hugetlbfs/
H A Dinode.c1010 inode_init_owner(idmap, inode, dir, mode);
/linux-master/fs/ubifs/
H A Ddir.c98 inode_init_owner(&nop_mnt_idmap, inode, dir, mode);

Completed in 444 milliseconds

12