Home
last modified time | relevance | path

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

/fs/xfs/linux-2.6/
Dkmem.c33 int retries = 0; in kmem_alloc() local
46 if (size < MAX_SLAB_SIZE || retries > MAX_VMALLOCS) in kmem_alloc()
52 if (!(++retries % 100)) in kmem_alloc()
121 int retries = 0; in kmem_zone_alloc() local
129 if (!(++retries % 100)) in kmem_zone_alloc()
Dxfs_buf.c388 uint retries = 0; in _xfs_buf_lookup_pages() local
406 if (!(++retries % 100)) in _xfs_buf_lookup_pages()
/fs/ext4/
Dacl.c394 int retries = 0; in ext4_acl_chmod() local
407 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_acl_chmod()
488 int error, retries = 0; in ext4_xattr_set_acl() local
513 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_xattr_set_acl()
Dnamei.c1729 int err, retries = 0; in ext4_create() local
1750 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create()
1760 int err, retries = 0; in ext4_mknod() local
1785 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod()
1796 int err, retries = 0; in ext4_mkdir() local
1858 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir()
2203 int l, err, retries = 0; in ext4_symlink() local
2251 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_symlink()
2261 int err, retries = 0; in ext4_link() local
2295 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_link()
Dballoc.c610 int ext4_should_retry_alloc(struct super_block *sb, int *retries) in ext4_should_retry_alloc() argument
613 (*retries)++ > 3 || in ext4_should_retry_alloc()
Dinode.c1351 int retries = 0; in ext4_write_begin() local
1404 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_write_begin()
1555 int retries = 0; in ext4_da_reserve_space() local
1575 if (ext4_should_retry_alloc(inode->i_sb, &retries)) { in ext4_da_reserve_space()
2640 int ret, retries = 0; in ext4_da_write_begin() local
2701 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_da_write_begin()
Dxattr.c1071 int error, retries = 0; in ext4_xattr_set() local
1084 ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_xattr_set()
Dext4.h1024 extern int ext4_should_retry_alloc(struct super_block *sb, int *retries);
Dextents.c3009 int retries = 0; in ext4_fallocate() local
3074 ext4_should_retry_alloc(inode->i_sb, &retries)) { in ext4_fallocate()
/fs/ext3/
Dacl.c394 int retries = 0; in ext3_acl_chmod() local
407 ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_acl_chmod()
488 int error, retries = 0; in ext3_xattr_set_acl() local
513 if (error == -ENOSPC && ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_xattr_set_acl()
Dnamei.c1688 int err, retries = 0; in ext3_create() local
1709 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_create()
1719 int err, retries = 0; in ext3_mknod() local
1744 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_mknod()
1755 int err, retries = 0; in ext3_mkdir() local
1821 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_mkdir()
2160 int l, err, retries = 0; in ext3_symlink() local
2206 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_symlink()
2216 int err, retries = 0; in ext3_link() local
2249 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_link()
Dballoc.c1444 int ext3_should_retry_alloc(struct super_block *sb, int *retries) in ext3_should_retry_alloc() argument
1446 if (!ext3_has_free_blocks(EXT3_SB(sb)) || (*retries)++ > 3) in ext3_should_retry_alloc()
Dxattr.c1051 int error, retries = 0; in ext3_xattr_set() local
1064 ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_xattr_set()
Dinode.c1154 int retries = 0; in ext3_write_begin() local
1198 if (ret == -ENOSPC && ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_write_begin()
/fs/ubifs/
Dbudget.c159 int err, retries = 0; in make_free_space() local
187 dbg_budg("Run commit (retries %d)", retries); in make_free_space()
191 } while (retries++ < MAX_MKSPC_RETRIES); in make_free_space()
Djournal.c117 int err = 0, err1, retries = 0, avail, lnum, offs, free, squeeze; in reserve_space() local
178 if (retries++ < 2) { in reserve_space()
179 dbg_jnl("retry (%d)", retries); in reserve_space()
/fs/nfsd/
Dnfs4callback.c466 int retries = 1; in nfsd4_cb_recall() local
473 while (retries--) { in nfsd4_cb_recall()
/fs/ext2/
Dext2.h102 extern int ext2_should_retry_alloc(struct super_block *sb, int *retries);
/fs/dlm/
Dlowcomms.c114 int retries; member
339 con->retries = 0; in close_connection()
798 if (con->retries++ > MAX_CONNECT_RETRIES) in sctp_init_assoc()
877 if (con->retries++ > MAX_CONNECT_RETRIES) in tcp_connect_to_sock()
/fs/yaffs2/
Dyaffs_mtdif.c221 ei.retries = 2; in nandmtd_EraseBlockInNAND()
/fs/jffs2/
DREADME.Locking167 xdatum at first. But it retries this process with holding write-semaphore
/fs/cifs/
DREADME530 soft Limit retries to unresponsive servers (usually only
DCHANGES34 high stress workloads (and the number of retries on socket writes
/fs/ntfs/
DChangeLog1318 error retries and future write code paths.)