Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_imap.h149 extern int diAlloc(struct inode *, bool, struct inode *);
H A Djfs_inode.c56 rc = diAlloc(parent, S_ISDIR(mode), inode); in ialloc()
H A Djfs_imap.c1323 int diAlloc(struct inode *pip, bool dir, struct inode *ip) in diAlloc() function