Home
last modified time | relevance | path

Searched refs:retries (Results 1 – 25 of 27) sorted by relevance

12

/fs/xfs/
Dkmem.c51 int retries = 0; in kmem_alloc() local
59 if (!(++retries % 100)) in kmem_alloc()
107 int retries = 0; in kmem_zone_alloc() local
115 if (!(++retries % 100)) in kmem_zone_alloc()
Dxfs_buf.c393 uint retries = 0; in xfs_buf_allocate_memory() local
409 if (!(++retries % 100)) in xfs_buf_allocate_memory()
/fs/ext3/
Dacl.c303 int retries = 0; in ext3_acl_chmod() local
327 ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_acl_chmod()
393 int error, retries = 0; in ext3_xattr_set_acl() local
420 if (error == -ENOSPC && ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_xattr_set_acl()
Dnamei.c1700 int err, retries = 0; in ext3_create() local
1723 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_create()
1733 int err, retries = 0; in ext3_mknod() local
1760 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_mknod()
1771 int err, retries = 0; in ext3_mkdir() local
1846 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_mkdir()
2192 int l, err, retries = 0; in ext3_symlink() local
2283 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_symlink()
2297 int err, retries = 0; in ext3_link() local
2326 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_link()
Dinode.c1257 int retries = 0; in ext3_write_begin() local
1311 if (ret == -ENOSPC && ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_write_begin()
1875 int retries = 0; in ext3_direct_IO() local
1914 if (ret == -ENOSPC && ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_direct_IO()
Dxattr.c1057 int error, retries = 0; in ext3_xattr_set() local
1070 ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_xattr_set()
Dballoc.c1462 int ext3_should_retry_alloc(struct super_block *sb, int *retries) in ext3_should_retry_alloc() argument
1464 if (!ext3_has_free_blocks(EXT3_SB(sb), 0) || (*retries)++ > 3) in ext3_should_retry_alloc()
Dext3.h1007 extern int ext3_should_retry_alloc(struct super_block *sb, int *retries);
/fs/ext4/
Dacl.c241 int error, retries = 0; in ext4_set_acl() local
251 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
Dnamei.c2426 int err, credits, retries = 0; in ext4_create() local
2447 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create()
2457 int err, credits, retries = 0; in ext4_mknod() local
2480 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod()
2490 int err, retries = 0;
2515 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries))
2601 int err, credits, retries = 0; in ext4_mkdir() local
2648 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir()
3185 int err, retries = 0; in ext4_link() local
3222 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_link()
[all …]
Dmove_extent.c272 int err2, jblocks, retries = 0; in move_extent_per_page() local
411 &retries)) in move_extent_per_page()
Dballoc.c598 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() argument
601 (*retries)++ > 3 || in ext4_should_retry_alloc()
Dinline.c527 int retries = 0, sem_held = 0; in ext4_convert_inline_data_to_extent() local
616 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_convert_inline_data_to_extent()
853 int retries; in ext4_da_write_inline_data_begin() local
882 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_inline_data_begin()
Dindirect.c656 int retries = 0; in ext4_ind_direct_IO() local
711 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_ind_direct_IO()
Dinode.c990 int retries = 0; in ext4_write_begin() local
1091 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_write_begin()
2616 int ret, retries = 0; in ext4_da_write_begin() local
2698 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin()
5139 int retries = 0; in ext4_page_mkwrite() local
5151 ext4_should_retry_alloc(inode->i_sb, &retries)); in ext4_page_mkwrite()
5207 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_page_mkwrite()
Dxattr.c1206 int error, retries = 0; in ext4_xattr_set() local
1220 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_xattr_set()
Dextents.c4672 int retries = 0; in ext4_alloc_file_blocks() local
4730 ext4_should_retry_alloc(inode->i_sb, &retries)) { in ext4_alloc_file_blocks()
Dext4.h2034 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
/fs/ubifs/
Dbudget.c134 int err, retries = 0; in make_free_space() local
162 dbg_budg("Run commit (retries %d)", retries); in make_free_space()
166 } while (retries++ < MAX_MKSPC_RETRIES); in make_free_space()
Djournal.c117 int err = 0, err1, retries = 0, avail, lnum, offs, squeeze; in reserve_space() local
173 if (retries++ < 2) { in reserve_space()
174 dbg_jnl("retry (%d)", retries); in reserve_space()
/fs/dlm/
Dlowcomms.c122 int retries; member
522 con->retries = 0; in close_connection()
983 if (con->retries++ > MAX_CONNECT_RETRIES) in sctp_init_assoc()
1064 if (con->retries++ > MAX_CONNECT_RETRIES) in tcp_connect_to_sock()
1132 con->retries, result); in tcp_connect_to_sock()
/fs/gfs2/
Dlock_dlm.c758 int retries = 0; in control_mount() local
784 if (retries++ && signal_pending(current)) { in control_mount()
/fs/ext2/
Dext2.h729 extern int ext2_should_retry_alloc(struct super_block *sb, int *retries);
/fs/jffs2/
DREADME.Locking167 xdatum at first. But it retries this process with holding write-semaphore
/fs/btrfs/
Dextent-tree.c3057 int retries = 0; in cache_save_setup() local
3080 BUG_ON(retries); in cache_save_setup()
3081 retries++; in cache_save_setup()

12