Searched refs:ext4_should_retry_alloc (Results  1 – 10 of 10) sorted by relevance
| /linux-4.1.27/fs/ext4/ | 
| D | acl.c | 250 	if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))  in ext4_set_acl()
  | 
| D | namei.c | 2539 	if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))  in ext4_create() 2572 	if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))  in ext4_mknod() 2606 	if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))  in ext4_tmpfile() 2746 	if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))  in ext4_mkdir() 3320 	if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))  in ext4_link() 3530 		    ext4_should_retry_alloc(ent->dir->i_sb, &retries))  in ext4_whiteout_for_rename()
  | 
| D | move_extent.c | 416 	    ext4_should_retry_alloc(sb, &retries))  in move_extent_per_page()
  | 
| D | balloc.c | 597 int ext4_should_retry_alloc(struct super_block *sb, int *retries)  in ext4_should_retry_alloc()  function
  | 
| D | inline.c | 616 	if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))  in ext4_convert_inline_data_to_extent() 891 		    ext4_should_retry_alloc(inode->i_sb, &retries))  in ext4_da_write_inline_data_begin()
  | 
| D | inode.c | 1108 		    ext4_should_retry_alloc(inode->i_sb, &retries))  in ext4_write_begin() 2738 		    ext4_should_retry_alloc(inode->i_sb, &retries))  in ext4_da_write_begin() 5304 		       ext4_should_retry_alloc(inode->i_sb, &retries));  in ext4_page_mkwrite() 5360 	if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))  in ext4_page_mkwrite()
  | 
| D | indirect.c | 718 	if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries))  in ext4_ind_direct_IO()
  | 
| D | xattr.c | 1218 		    ext4_should_retry_alloc(inode->i_sb, &retries))  in ext4_xattr_set()
  | 
| D | ext4.h | 2064 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
  | 
| D | extents.c | 4723 			ext4_should_retry_alloc(inode->i_sb, &retries)) {  in ext4_alloc_file_blocks()
  |