Home
last modified time | relevance | path

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

123456

/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.c669 static int __fuse_dax_break_layouts(struct inode *inode, bool *retry, in __fuse_dax_break_layouts() argument
678 *retry = true; in __fuse_dax_break_layouts()
688 bool retry; in fuse_dax_break_layouts() local
692 retry = false; in fuse_dax_break_layouts()
693 ret = __fuse_dax_break_layouts(inode, &retry, dmap_start, in fuse_dax_break_layouts()
695 } while (ret == 0 && retry); in fuse_dax_break_layouts()
797 bool retry = false; in __fuse_dax_fault() local
801 retry: in __fuse_dax_fault()
802 if (retry && !(fcd->nr_free_ranges > 0)) in __fuse_dax_fault()
815 retry = true; in __fuse_dax_fault()
[all …]
Dreaddir.c199 retry: in fuse_direntplus_link()
215 goto retry; in fuse_direntplus_link()
475 retry: in fuse_readdir_cached()
552 goto retry; in fuse_readdir_cached()
575 goto retry; in fuse_readdir_cached()
/fs/
Dopen.c132 retry: in do_sys_truncate()
140 goto retry; in do_sys_truncate()
446 retry: in do_faccessat()
484 goto retry; in do_faccessat()
514 retry: in SYSCALL_DEFINE1()
529 goto retry; in SYSCALL_DEFINE1()
562 retry: in SYSCALL_DEFINE1()
584 goto retry; in SYSCALL_DEFINE1()
643 retry: in do_fchmodat()
650 goto retry; in do_fchmodat()
[all …]
Dxattr.c630 retry: in path_setxattr()
643 goto retry; in path_setxattr()
747 retry: in path_getxattr()
755 goto retry; in path_getxattr()
824 retry: in path_listxattr()
832 goto retry; in path_listxattr()
886 retry: in path_removexattr()
898 goto retry; in path_removexattr()
Ddcache.c1356 bool retry = true; in d_walk() local
1371 retry = false; in d_walk()
1395 retry = false; in d_walk()
1449 if (!retry) in d_walk()
2646 retry: in d_alloc_parallel()
2654 goto retry; in d_alloc_parallel()
2659 goto retry; in d_alloc_parallel()
2667 goto retry; in d_alloc_parallel()
2672 goto retry; in d_alloc_parallel()
2679 goto retry; in d_alloc_parallel()
[all …]
Dutimes.c93 retry: in do_utimes_path()
102 goto retry; in do_utimes_path()
/fs/xfs/
Dxfs_trans.c260 retry: in xfs_trans_alloc()
295 goto retry; in xfs_trans_alloc()
1190 retry: in xfs_trans_alloc_inode()
1213 goto retry; in xfs_trans_alloc_inode()
1245 retry: in xfs_trans_alloc_icreate()
1255 goto retry; in xfs_trans_alloc_icreate()
1292 retry: in xfs_trans_alloc_ichange()
1335 goto retry; in xfs_trans_alloc_ichange()
1375 retry: in xfs_trans_alloc_dir()
1415 goto retry; in xfs_trans_alloc_dir()
Dxfs_file.c819 bool *retry) in xfs_break_dax_layouts() argument
829 *retry = true; in xfs_break_dax_layouts()
841 bool retry; in xfs_break_layouts() local
847 retry = false; in xfs_break_layouts()
850 error = xfs_break_dax_layouts(inode, &retry); in xfs_break_layouts()
851 if (error || retry) in xfs_break_layouts()
855 error = xfs_break_leased_layouts(inode, iolock, &retry); in xfs_break_layouts()
861 } while (error == 0 && retry); in xfs_break_layouts()
Dxfs_inode.c2093 retry: in xfs_ifree_mark_inode_stale()
2124 goto retry; in xfs_ifree_mark_inode_stale()
2797 retry: in xfs_rename()
2870 goto retry; in xfs_rename()
3411 retry: in xfs_iolock_two_inodes_and_break_layout()
3428 goto retry; in xfs_iolock_two_inodes_and_break_layout()
3442 goto retry; in xfs_iolock_two_inodes_and_break_layout()
3455 bool retry; in xfs_mmaplock_two_inodes_and_break_dax_layout() local
3462 retry = false; in xfs_mmaplock_two_inodes_and_break_dax_layout()
3465 error = xfs_break_dax_layouts(VFS_I(ip1), &retry); in xfs_mmaplock_two_inodes_and_break_dax_layout()
[all …]
/fs/nfs/
Dnfs42proc.c126 } while (exception.retry); in nfs42_proc_fallocate()
470 dst_exception.retry = 1; in nfs42_proc_copy()
477 dst_exception.retry = 1; in nfs42_proc_copy()
492 } while (src_exception.retry || dst_exception.retry); in nfs42_proc_copy()
654 } while (exception.retry); in nfs42_proc_copy_notify()
733 } while (exception.retry); in nfs42_proc_llseek()
1155 } while (src_exception.retry || dst_exception.retry); in nfs42_proc_clone()
1384 } while (exception.retry); in nfs42_proc_getxattr()
1406 } while (exception.retry); in nfs42_proc_setxattr()
1424 } while (exception.retry); in nfs42_proc_listxattrs()
[all …]
Dnfs4proc.c480 exception->retry = 0; in nfs4_do_handle_exception()
514 exception->retry = 1; in nfs4_do_handle_exception()
568 exception->retry = 1; in nfs4_do_handle_exception()
575 exception->retry = 1; in nfs4_do_handle_exception()
615 exception->retry = 1; in nfs4_handle_exception()
644 exception->retry = 1; in nfs4_async_handle_exception()
672 if (exception.retry) in nfs4_async_handle_error()
1281 exception->retry = 1; in nfs4_clear_cap_atomic_open_v1()
2231 } while (exception.retry); in nfs4_do_open_reclaim()
2768 } while (exception.retry); in nfs4_do_open_expired()
[all …]
/fs/cachefiles/
Dvolume.c47 retry: in cachefiles_acquire_volume()
66 goto retry; in cachefiles_acquire_volume()
/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/coda/
Dcnode.c68 retry: in coda_iget()
86 goto retry; in coda_iget()
/fs/gfs2/
Dfile.c835 retry: in gfs2_file_direct_read()
855 goto retry; in gfs2_file_direct_read()
898 retry: in gfs2_file_direct_write()
927 goto retry; in gfs2_file_direct_write()
978 retry: in gfs2_file_read_iter()
994 goto retry; in gfs2_file_read_iter()
1033 retry: in gfs2_file_buffered_write()
1073 goto retry; in gfs2_file_buffered_write()
/fs/f2fs/
Dinode.c594 retry: in f2fs_iget_retry()
599 goto retry; in f2fs_iget_retry()
717 retry: in f2fs_update_inode_page()
727 goto retry; in f2fs_update_inode_page()
815 retry: in f2fs_evict_inode()
847 goto retry; in f2fs_evict_inode()
/fs/ext4/
Dcrypto.c192 retry: in ext4_set_context()
219 goto retry; in ext4_set_context()
Dacl.c240 retry: in ext4_set_acl()
267 goto retry; in ext4_set_acl()
/fs/xfs/scrub/
Dfscounters.c181 retry: in xchk_fscount_aggregate_agcounts()
255 goto retry; in xchk_fscount_aggregate_agcounts()
/fs/nilfs2/
Dbtnode.c190 retry: in nilfs_btnode_prepare_change_key()
214 goto retry; in nilfs_btnode_prepare_change_key()
/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/ceph/
Dacl.c54 retry: in ceph_get_acl()
67 goto retry; in ceph_get_acl()
/fs/dlm/
Drcom.c187 retry: in dlm_rcom_status()
203 goto retry; in dlm_rcom_status()
313 retry: in dlm_rcom_names()
328 goto retry; in dlm_rcom_names()

123456