Home
last modified time | relevance | path

Searched refs:ubifs_new_inode (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/ubifs/
Ddir.c88 struct inode *ubifs_new_inode(struct ubifs_info *c, const struct inode *dir, in ubifs_new_inode() function
276 inode = ubifs_new_inode(c, dir, mode); in ubifs_create()
733 inode = ubifs_new_inode(c, dir, S_IFDIR | mode); in ubifs_mkdir()
807 inode = ubifs_new_inode(c, dir, mode); in ubifs_mknod()
873 inode = ubifs_new_inode(c, dir, S_IFLNK | S_IRWXUGO); in ubifs_symlink()
Dxattr.c126 inode = ubifs_new_inode(c, host, S_IFREG | S_IRWXUGO); in create_xattr()
Dubifs.h1719 struct inode *ubifs_new_inode(struct ubifs_info *c, const struct inode *dir,