Home
last modified time | relevance | path

Searched refs:retry (Results 1 – 25 of 121) sorted by relevance

12345

/fs/jffs2/
Dxattr.c210 int i, ret, retry = 0; in do_load_xattr_datum() local
214 retry: in do_load_xattr_datum()
250 if (!retry) { in do_load_xattr_datum()
251 retry = 1; in do_load_xattr_datum()
254 goto retry; in do_load_xattr_datum()
646 retry: in check_xattr_ref_inode()
654 goto retry; in check_xattr_ref_inode()
666 goto retry; in check_xattr_ref_inode()
679 goto retry; in check_xattr_ref_inode()
977 int retry = 0; in jffs2_listxattr() local
[all …]
Dwrite.c95 retry: in jffs2_write_dnode()
161 goto retry; in jffs2_write_dnode()
253 retry: in jffs2_write_dirent()
311 goto retry; in jffs2_write_dirent()
358 retry: in jffs2_write_inode_range()
403 goto retry; in jffs2_write_inode_range()
/fs/fuse/
Ddax.c670 static int __fuse_dax_break_layouts(struct inode *inode, bool *retry, in __fuse_dax_break_layouts() argument
679 *retry = true; in __fuse_dax_break_layouts()
689 bool retry; in fuse_dax_break_layouts() local
693 retry = false; in fuse_dax_break_layouts()
694 ret = __fuse_dax_break_layouts(inode, &retry, dmap_start, in fuse_dax_break_layouts()
696 } while (ret == 0 && retry); in fuse_dax_break_layouts()
801 bool retry = false; in __fuse_dax_fault() local
805 retry: in __fuse_dax_fault()
806 if (retry && !(fcd->nr_free_ranges > 0)) in __fuse_dax_fault()
819 retry = true; in __fuse_dax_fault()
[all …]
Dreaddir.c197 retry: in fuse_direntplus_link()
213 goto retry; in fuse_direntplus_link()
473 retry: in fuse_readdir_cached()
550 goto retry; in fuse_readdir_cached()
573 goto retry; in fuse_readdir_cached()
/fs/
Dopen.c131 retry: in do_sys_truncate()
139 goto retry; in do_sys_truncate()
423 retry: in do_faccessat()
461 goto retry; in do_faccessat()
491 retry: in SYSCALL_DEFINE1()
506 goto retry; in SYSCALL_DEFINE1()
539 retry: in SYSCALL_DEFINE1()
561 goto retry; in SYSCALL_DEFINE1()
619 retry: in do_fchmodat()
626 goto retry; in do_fchmodat()
[all …]
Dxattr.c561 retry: in path_setxattr()
573 goto retry; in path_setxattr()
659 retry: in path_getxattr()
667 goto retry; in path_getxattr()
735 retry: in path_listxattr()
743 goto retry; in path_listxattr()
796 retry: in path_removexattr()
808 goto retry; in path_removexattr()
Ddcache.c1296 bool retry = true; in d_walk() local
1311 retry = false; in d_walk()
1335 retry = false; in d_walk()
1389 if (!retry) in d_walk()
2548 retry: in d_alloc_parallel()
2556 goto retry; in d_alloc_parallel()
2561 goto retry; in d_alloc_parallel()
2569 goto retry; in d_alloc_parallel()
2574 goto retry; in d_alloc_parallel()
2581 goto retry; in d_alloc_parallel()
[all …]
Dutimes.c92 retry: in do_utimes_path()
101 goto retry; in do_utimes_path()
Dstat.c192 retry: in vfs_statx()
206 goto retry; in vfs_statx()
413 retry: in do_readlinkat()
432 goto retry; in do_readlinkat()
Dnamei.c3728 retry: in do_mknodat()
3755 goto retry; in do_mknodat()
3804 retry: in do_mkdirat()
3816 goto retry; in do_mkdirat()
3878 retry: in do_rmdir()
3922 goto retry; in do_rmdir()
4009 retry: in do_unlinkat()
4055 goto retry; in do_unlinkat()
4118 retry: in do_symlinkat()
4130 goto retry; in do_symlinkat()
[all …]
/fs/nfs/
Dnfs42proc.c117 } while (exception.retry); in nfs42_proc_fallocate()
442 dst_exception.retry = 1; in nfs42_proc_copy()
449 dst_exception.retry = 1; in nfs42_proc_copy()
464 } while (src_exception.retry || dst_exception.retry); in nfs42_proc_copy()
624 } while (exception.retry); in nfs42_proc_copy_notify()
702 } while (exception.retry); in nfs42_proc_llseek()
1114 } while (src_exception.retry || dst_exception.retry); in nfs42_proc_clone()
1319 } while (exception.retry); in nfs42_proc_getxattr()
1336 } while (exception.retry); in nfs42_proc_setxattr()
1354 } while (exception.retry); in nfs42_proc_listxattrs()
[all …]
Dnfs4proc.c485 exception->retry = 0; in nfs4_do_handle_exception()
519 exception->retry = 1; in nfs4_do_handle_exception()
573 exception->retry = 1; in nfs4_do_handle_exception()
580 exception->retry = 1; in nfs4_do_handle_exception()
620 exception->retry = 1; in nfs4_handle_exception()
649 exception->retry = 1; in nfs4_async_handle_exception()
677 if (exception.retry) in nfs4_async_handle_error()
1265 exception->retry = 1; in nfs4_clear_cap_atomic_open_v1()
2226 } while (exception.retry); in nfs4_do_open_reclaim()
2753 } while (exception.retry); in nfs4_do_open_expired()
[all …]
/fs/xfs/
Dxfs_file.c791 bool *retry) in xfs_break_dax_layouts() argument
801 *retry = true; in xfs_break_dax_layouts()
813 bool retry; in xfs_break_layouts() local
819 retry = false; in xfs_break_layouts()
822 error = xfs_break_dax_layouts(inode, &retry); in xfs_break_layouts()
823 if (error || retry) in xfs_break_layouts()
827 error = xfs_break_leased_layouts(inode, iolock, &retry); in xfs_break_layouts()
833 } while (error == 0 && retry); in xfs_break_layouts()
/fs/btrfs/
Dinode-map.c410 bool retry = false; in btrfs_save_ino_cache() local
450 if (IS_ERR(inode) && (PTR_ERR(inode) != -ENOENT || retry)) { in btrfs_save_ino_cache()
456 BUG_ON(retry); /* Logic error */ in btrfs_save_ino_cache()
457 retry = true; in btrfs_save_ino_cache()
/fs/nfs/blocklayout/
Dextent_tree.c276 retry: in ext_tree_insert()
291 goto retry; in ext_tree_insert()
314 goto retry; in ext_tree_insert()
571 retry: in ext_tree_prepare_commit()
591 goto retry; in ext_tree_prepare_commit()
/fs/f2fs/
Dinode.c563 retry: in f2fs_iget_retry()
568 goto retry; in f2fs_iget_retry()
682 retry: in f2fs_update_inode_page()
689 goto retry; in f2fs_update_inode_page()
774 retry: in f2fs_evict_inode()
808 goto retry; in f2fs_evict_inode()
Dgc.c708 retry: in get_victim_by_default()
857 goto retry; in get_victim_by_default()
1135 .retry = false, in ra_data_block()
1222 .retry = false, in move_data_block()
1349 if (fio.retry) { in move_data_block()
1426 retry: in move_data_page()
1443 goto retry; in move_data_page()
1815 retry: in f2fs_gc()
1822 goto retry; in f2fs_gc()
/fs/dlm/
Drcom.c156 retry: in dlm_rcom_status()
172 goto retry; in dlm_rcom_status()
280 retry: in dlm_rcom_names()
294 goto retry; in dlm_rcom_names()
/fs/nfsd/
Dfilecache.c945 bool retry = true; in nfsd_file_acquire() local
955 retry: in nfsd_file_acquire()
981 if (!retry) { in nfsd_file_acquire()
985 retry = false; in nfsd_file_acquire()
987 goto retry; in nfsd_file_acquire()
Dnfsfh.c485 retry: in set_version_and_fsid_type()
500 goto retry; in set_version_and_fsid_type()
510 goto retry; in set_version_and_fsid_type()
/fs/xfs/scrub/
Dfscounters.c165 retry: in xchk_fscount_aggregate_agcounts()
235 goto retry; in xchk_fscount_aggregate_agcounts()
/fs/ceph/
Dacl.c51 retry: in ceph_get_acl()
64 goto retry; in ceph_get_acl()
/fs/ntfs/
Dunistr.c344 retry: wc = nls->uni2char(le16_to_cpu(ins[i]), ns + o, in ntfs_ucstonls()
361 goto retry; in ntfs_ucstonls()
/fs/nilfs2/
Dbtnode.c190 retry: in nilfs_btnode_prepare_change_key()
214 goto retry; in nilfs_btnode_prepare_change_key()
/fs/ext4/
Dacl.c236 retry: in ext4_set_acl()
263 goto retry; in ext4_set_acl()

12345