Searched refs:diAllocAG (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/jfs/ |
D | jfs_imap.c | 76 static int diAllocAG(struct inomap *, int, bool, struct inode *); 1598 rc = diAllocAG(imap, agno, dir, ip); in diAlloc() 1642 diAllocAG(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAG() function 1724 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny() 1737 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny()
|