Home
last modified time | relevance | path

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

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