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