Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jfs/
Djfs_imap.h162 extern int diAlloc(struct inode *, bool, struct inode *);
Djfs_inode.c69 rc = diAlloc(parent, S_ISDIR(mode), inode); in ialloc()
Djfs_imap.c1334 int diAlloc(struct inode *pip, bool dir, struct inode *ip) in diAlloc() function