Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 20 of 20) sorted by relevance

/fs/xfs/
Dxfs_attr.c244 int error, err2, committed; in xfs_attr_set_int() local
381 &committed); in xfs_attr_set_int()
384 ASSERT(committed); in xfs_attr_set_int()
394 if (committed) { in xfs_attr_set_int()
914 int retval, error, committed, forkoff; in xfs_attr_leaf_addname() local
963 &committed); in xfs_attr_leaf_addname()
966 ASSERT(committed); in xfs_attr_leaf_addname()
976 if (committed) { in xfs_attr_leaf_addname()
1066 &committed); in xfs_attr_leaf_addname()
1069 ASSERT(committed); in xfs_attr_leaf_addname()
[all …]
Dxfs_utils.c68 int *committed) in xfs_dir_ialloc() argument
157 if (committed != NULL) { in xfs_dir_ialloc()
158 *committed = 1; in xfs_dir_ialloc()
219 if (committed != NULL) { in xfs_dir_ialloc()
220 *committed = 0; in xfs_dir_ialloc()
Dxfs_vnodeops.c818 int committed; in xfs_inactive_symlink_rmt() local
890 if ((error = xfs_bmap_finish(&tp, &free_list, &committed))) in xfs_inactive_symlink_rmt()
897 ASSERT(committed); in xfs_inactive_symlink_rmt()
1127 int committed; in xfs_inactive() local
1317 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_inactive()
1399 int committed; in xfs_create() local
1480 &ip, &committed); in xfs_create()
1539 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_create()
1796 int committed; in xfs_remove() local
1935 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_remove()
[all …]
Dxfs_iomap.c413 int committed; in xfs_iomap_write_direct() local
504 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_iomap_write_direct()
709 int nimaps, committed; in xfs_iomap_write_allocate() local
810 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_iomap_write_allocate()
869 int committed; in xfs_iomap_write_unwritten() local
922 error = xfs_bmap_finish(&(tp), &(free_list), &committed); in xfs_iomap_write_unwritten()
Dxfs_rename.c113 int committed; in xfs_rename() local
358 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_rename()
Dxfs_bmap.h355 int *committed); /* xact committed or not */
Dxfs_inode.c1482 int committed; in xfs_itruncate_finish() local
1641 error = xfs_bmap_finish(tp, &free_list, &committed); in xfs_itruncate_finish()
1643 if (committed) { in xfs_itruncate_finish()
1665 if (committed) { in xfs_itruncate_finish()
Dxfs_rtalloc.c88 int committed; /* transaction committed flag */ in xfs_growfs_rt_alloc() local
139 error = xfs_bmap_finish(&tp, &flist, &committed); in xfs_growfs_rt_alloc()
Dxfs_bmap.c4017 int committed; /* xaction was committed */ in xfs_bmap_add_attrfork() local
4126 if ((error = xfs_bmap_finish(&tp, &flist, &committed))) in xfs_bmap_add_attrfork()
4263 int *committed) /* xact committed or not */ in xfs_bmap_finish() argument
4277 *committed = 0; in xfs_bmap_finish()
4290 *committed = 1; in xfs_bmap_finish()
/fs/proc/
Dmeminfo.c25 unsigned long committed; in meminfo_proc_show() local
38 committed = atomic_long_read(&vm_committed_space); in meminfo_proc_show()
143 K(committed), in meminfo_proc_show()
/fs/nfs/
Dwrite.c434 return data->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1122 if (resp->verf->committed < argp->stable && task->tk_status >= 0) { in nfs_writeback_done()
1137 resp->verf->committed, argp->stable); in nfs_writeback_done()
1151 if (resp->verf->committed != NFS_UNSTABLE) { in nfs_writeback_done()
Dnfs2xdr.c643 res->verf->committed = NFS_FILE_SYNC; in nfs_xdr_writeres()
Ddirect.c655 if (data->res.verf->committed != NFS_FILE_SYNC) { in nfs_direct_write_release()
Dnfs3xdr.c939 res->verf->committed = (enum nfs3_stable_how)ntohl(*p++); in nfs3_xdr_writeres()
Dnfs4xdr.c3643 READ32(res->verf->committed); in decode_write()
/fs/xfs/quota/
Dxfs_dquot.c424 int nmaps, error, committed; in xfs_qm_dqalloc() local
501 if ((error = xfs_bmap_finish(tpp, &flist, &committed))) { in xfs_qm_dqalloc()
505 if (committed) { in xfs_qm_dqalloc()
Dxfs_qm.c1345 int committed; in xfs_qm_qino_alloc() local
1358 &xfs_zerocr, 0, 1, ip, &committed))) { in xfs_qm_qino_alloc()
/fs/nfsd/
Dnfs3proc.c213 resp->committed = argp->stable; in nfsd3_proc_write()
218 &resp->committed); in nfsd3_proc_write()
Dnfs3xdr.c736 *p++ = htonl(resp->committed); in nfs3svc_encode_writeres()
/fs/btrfs/
Dextent-tree.c2041 int committed = 0, ret; in btrfs_check_metadata_free_space() local
2074 if (!committed) { in btrfs_check_metadata_free_space()
2075 committed = 1; in btrfs_check_metadata_free_space()
2099 int ret = 0, committed = 0; in btrfs_check_data_free_space() local
2140 if (!committed) { in btrfs_check_data_free_space()
2141 committed = 1; in btrfs_check_data_free_space()