Searched refs:ufs_alloc_fragments (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/ufs/ |
D | balloc.c | 30 static u64 ufs_alloc_fragments(struct inode *, unsigned, u64, unsigned, int *); 423 result = ufs_alloc_fragments (inode, cgno, goal, count, err); in ufs_new_fragments() 468 result = ufs_alloc_fragments (inode, cgno, goal, request, err); in ufs_new_fragments() 587 static u64 ufs_alloc_fragments(struct inode *inode, unsigned cgno, in ufs_alloc_fragments() function
|