/fs/jffs2/ |
D | xattr.c | 210 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() 972 int retry = 0; in jffs2_listxattr() local [all …]
|
D | write.c | 95 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/ |
D | open.c | 137 retry: in do_sys_truncate() 145 goto retry; in do_sys_truncate() 407 retry: in do_faccessat() 446 goto retry; in do_faccessat() 469 retry: in ksys_chdir() 484 goto retry; in ksys_chdir() 523 retry: in ksys_chroot() 545 goto retry; in ksys_chroot() 608 retry: in do_fchmodat() 615 goto retry; in do_fchmodat() [all …]
|
D | xattr.c | 464 retry: in path_setxattr() 476 goto retry; in path_setxattr() 562 retry: in path_getxattr() 570 goto retry; in path_getxattr() 638 retry: in path_listxattr() 646 goto retry; in path_listxattr() 699 retry: in path_removexattr() 711 goto retry; in path_removexattr()
|
D | dcache.c | 1274 bool retry = true; in d_walk() local 1289 retry = false; in d_walk() 1313 retry = false; in d_walk() 1367 if (!retry) in d_walk() 2526 retry: in d_alloc_parallel() 2534 goto retry; in d_alloc_parallel() 2539 goto retry; in d_alloc_parallel() 2547 goto retry; in d_alloc_parallel() 2552 goto retry; in d_alloc_parallel() 2559 goto retry; in d_alloc_parallel() [all …]
|
D | utimes.c | 120 retry: in do_utimes() 129 goto retry; in do_utimes()
|
D | stat.c | 186 retry: in vfs_statx() 195 goto retry; in vfs_statx() 398 retry: in do_readlinkat() 417 goto retry; in do_readlinkat()
|
D | super.c | 520 retry: in sget_fc() 533 goto retry; in sget_fc() 562 goto retry; in sget_fc() 594 retry: in sget() 606 goto retry; in sget() 616 goto retry; in sget()
|
/fs/xfs/ |
D | xfs_file.c | 744 bool *retry) in xfs_break_dax_layouts() argument 754 *retry = true; in xfs_break_dax_layouts() 766 bool retry; in xfs_break_layouts() local 772 retry = false; in xfs_break_layouts() 775 error = xfs_break_dax_layouts(inode, &retry); in xfs_break_layouts() 776 if (error || retry) in xfs_break_layouts() 780 error = xfs_break_leased_layouts(inode, iolock, &retry); in xfs_break_layouts() 786 } while (error == 0 && retry); in xfs_break_layouts()
|
/fs/nfs/ |
D | nfs42proc.c | 81 } while (exception.retry); in nfs42_proc_fallocate() 359 dst_exception.retry = 1; in nfs42_proc_copy() 363 dst_exception.retry = 1; in nfs42_proc_copy() 371 } while (src_exception.retry || dst_exception.retry); in nfs42_proc_copy() 527 } while (exception.retry); in nfs42_proc_llseek() 929 } while (src_exception.retry || dst_exception.retry); in nfs42_proc_clone()
|
D | nfs4proc.c | 461 exception->retry = 0; in nfs4_do_handle_exception() 494 exception->retry = 1; in nfs4_do_handle_exception() 547 exception->retry = 1; in nfs4_do_handle_exception() 554 exception->retry = 1; in nfs4_do_handle_exception() 592 exception->retry = 1; in nfs4_handle_exception() 619 exception->retry = 1; in nfs4_async_handle_exception() 647 if (exception.retry) in nfs4_async_handle_error() 1196 exception->retry = 1; in nfs4_clear_cap_atomic_open_v1() 2165 } while (exception.retry); in nfs4_do_open_reclaim() 2686 } while (exception.retry); in nfs4_do_open_expired() [all …]
|
/fs/fuse/ |
D | readdir.c | 195 retry: in fuse_direntplus_link() 208 goto retry; in fuse_direntplus_link() 460 retry: in fuse_readdir_cached() 531 goto retry; in fuse_readdir_cached() 554 goto retry; in fuse_readdir_cached()
|
/fs/f2fs/ |
D | trace.c | 61 retry: in f2fs_trace_pid() 76 goto retry; in f2fs_trace_pid()
|
D | inode.c | 489 retry: in f2fs_iget_retry() 494 goto retry; in f2fs_iget_retry() 594 retry: in f2fs_update_inode_page() 600 goto retry; in f2fs_update_inode_page() 679 retry: in f2fs_evict_inode() 699 goto retry; in f2fs_evict_inode()
|
/fs/btrfs/ |
D | inode-map.c | 409 bool retry = false; in btrfs_save_ino_cache() local 449 if (IS_ERR(inode) && (PTR_ERR(inode) != -ENOENT || retry)) { in btrfs_save_ino_cache() 455 BUG_ON(retry); /* Logic error */ in btrfs_save_ino_cache() 456 retry = true; in btrfs_save_ino_cache()
|
/fs/nfs/blocklayout/ |
D | extent_tree.c | 276 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/dlm/ |
D | rcom.c | 156 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/xfs/scrub/ |
D | fscounters.c | 167 retry: in xchk_fscount_aggregate_agcounts() 234 goto retry; in xchk_fscount_aggregate_agcounts()
|
/fs/ceph/ |
D | acl.c | 51 retry: in ceph_get_acl() 64 goto retry; in ceph_get_acl()
|
/fs/nilfs2/ |
D | btnode.c | 173 retry: in nilfs_btnode_prepare_change_key() 197 goto retry; in nilfs_btnode_prepare_change_key()
|
/fs/ntfs/ |
D | unistr.c | 344 retry: wc = nls->uni2char(le16_to_cpu(ins[i]), ns + o, in ntfs_ucstonls() 361 goto retry; in ntfs_ucstonls()
|
/fs/ext4/ |
D | acl.c | 237 retry: in ext4_set_acl() 264 goto retry; in ext4_set_acl()
|
D | extents_status.c | 842 retry: in ext4_es_insert_extent() 846 goto retry; in ext4_es_insert_extent() 1300 retry: in __es_remove_extent() 1342 goto retry; in __es_remove_extent() 1459 retry: in __es_shrink() 1507 goto retry; in __es_shrink() 1987 retry: in ext4_es_insert_delayed_block() 1991 goto retry; in ext4_es_insert_delayed_block()
|
/fs/nfsd/ |
D | nfsfh.c | 478 retry: in set_version_and_fsid_type() 493 goto retry; in set_version_and_fsid_type() 503 goto retry; in set_version_and_fsid_type()
|
/fs/afs/ |
D | volume.c | 294 retry: in afs_check_volume_status() 326 goto retry; in afs_check_volume_status()
|