Searched refs:ext4_should_retry_alloc (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dacl.c356 ext4_should_retry_alloc(inode->i_sb, &retries))
450 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
H A Dnamei.c1743 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
1780 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
1858 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
2258 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
2304 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
H A Dballoc.c540 * ext4_should_retry_alloc()
544 * ext4_should_retry_alloc() is called when ENOSPC is returned, and if
551 int ext4_should_retry_alloc(struct super_block *sb, int *retries) function
H A Dinode.c1644 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
1896 if (ext4_should_retry_alloc(inode->i_sb, &retries)) {
3206 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
3569 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))
H A Dext4.h1572 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
H A Dxattr.c1097 ext4_should_retry_alloc(inode->i_sb, &retries))
H A Dextents.c3750 ext4_should_retry_alloc(inode->i_sb, &retries)) {

Completed in 98 milliseconds