Home
last modified time | relevance | path

Searched refs:error2 (Results 1 – 11 of 11) sorted by relevance

/fs/hfsplus/
Dsuper.c181 int error, error2; in hfsplus_sync_fs() local
197 error2 = filemap_write_and_wait(sbi->ext_tree->inode->i_mapping); in hfsplus_sync_fs()
199 error = error2; in hfsplus_sync_fs()
201 error2 = in hfsplus_sync_fs()
204 error = error2; in hfsplus_sync_fs()
206 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_sync_fs()
208 error = error2; in hfsplus_sync_fs()
222 error2 = hfsplus_submit_bio(sb, in hfsplus_sync_fs()
227 error = error2; in hfsplus_sync_fs()
231 error2 = hfsplus_submit_bio(sb, in hfsplus_sync_fs()
[all …]
Dinode.c299 int error = 0, error2; in hfsplus_file_fsync() local
318 error2 = in hfsplus_file_fsync()
321 error = error2; in hfsplus_file_fsync()
326 error2 = in hfsplus_file_fsync()
330 error = error2; in hfsplus_file_fsync()
337 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_file_fsync()
339 error = error2; in hfsplus_file_fsync()
/fs/reiserfs/
Dxattr_acl.c23 int error, error2; in reiserfs_set_acl() local
53 error2 = journal_end(&th); in reiserfs_set_acl()
55 if (error2) in reiserfs_set_acl()
56 error = error2; in reiserfs_set_acl()
Dxattr.c623 int error, error2; in reiserfs_xattr_set() local
644 error2 = journal_end(&th); in reiserfs_xattr_set()
647 error = error2; in reiserfs_xattr_set()
/fs/xfs/
Dxfs_qm.c1282 int error, error2; in xfs_qm_quotacheck() local
1339 error2 = xfs_qm_dquot_walk(mp, XFS_DQ_GROUP, xfs_qm_flush_one, in xfs_qm_quotacheck()
1342 error = error2; in xfs_qm_quotacheck()
1345 error2 = xfs_qm_dquot_walk(mp, XFS_DQ_PROJ, xfs_qm_flush_one, in xfs_qm_quotacheck()
1348 error = error2; in xfs_qm_quotacheck()
1351 error2 = xfs_buf_delwri_submit(&buffer_list); in xfs_qm_quotacheck()
1353 error = error2; in xfs_qm_quotacheck()
Dxfs_aops.c954 int error2; in xfs_writepage_map() local
957 error2 = xfs_submit_ioend(wbc, ioend, error); in xfs_writepage_map()
958 if (error2 && !error) in xfs_writepage_map()
959 error = error2; in xfs_writepage_map()
Dxfs_buf.c2008 int error = 0, error2; in xfs_buf_delwri_submit() local
2023 error2 = xfs_buf_iowait(bp); in xfs_buf_delwri_submit()
2026 error = error2; in xfs_buf_delwri_submit()
Dxfs_log_recover.c5298 int error2 = 0; in xlog_do_recovery_pass() local
5553 error2 = xfs_buf_delwri_submit(&buffer_list); in xlog_do_recovery_pass()
5571 return error ? error : error2; in xlog_do_recovery_pass()
/fs/xfs/libxfs/
Dxfs_attr.c229 int error, error2; in xfs_attr_try_sf_addname() local
245 error2 = xfs_trans_commit(args->trans); in xfs_attr_try_sf_addname()
247 return error ? error : error2; in xfs_attr_try_sf_addname()
/fs/ext4/
Dxattr.c2172 int error2; in ext4_xattr_block_set() local
2174 error2 = ext4_xattr_inode_dec_ref(handle, ea_inode); in ext4_xattr_block_set()
2175 if (error2) in ext4_xattr_block_set()
2177 error2); in ext4_xattr_block_set()
2512 int error2; in ext4_xattr_set() local
2516 error2 = ext4_journal_stop(handle); in ext4_xattr_set()
2521 error = error2; in ext4_xattr_set()
/fs/nfs/
Dnfs4proc.c10088 ssize_t error, error2; in nfs4_listxattr() local
10098 error2 = nfs4_listxattr_nfs4_label(d_inode(dentry), list, size); in nfs4_listxattr()
10099 if (error2 < 0) in nfs4_listxattr()
10100 return error2; in nfs4_listxattr()
10101 return error + error2; in nfs4_listxattr()