Searched refs:diAllocAG (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/fs/jfs/ |
D | jfs_imap.c | 63 static int diAllocAG(struct inomap *, int, bool, struct inode *); 1587 rc = diAllocAG(imap, agno, dir, ip); in diAlloc() 1631 diAllocAG(struct inomap * imap, int agno, bool dir, struct inode *ip) in diAllocAG() function 1713 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny() 1726 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny()
|