other versions
INODE_INIT_OWNER(9) | The Linux VFS | INODE_INIT_OWNER(9) |
NAME¶
inode_init_owner - Init uid,gid,mode for new inode according to posix standards
SYNOPSIS¶
void inode_init_owner(struct inode * inode, const struct inode * dir, umode_t mode);
ARGUMENTS¶
struct inode * inode
New inode
const struct inode * dir
Directory inode
umode_t mode
mode of the new inode
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.11 |