/fs/xfs/ |
D | xfs_attr.c | 244 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 …]
|
D | xfs_utils.c | 68 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()
|
D | xfs_vnodeops.c | 818 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 …]
|
D | xfs_iomap.c | 413 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()
|
D | xfs_rename.c | 113 int committed; in xfs_rename() local 358 error = xfs_bmap_finish(&tp, &free_list, &committed); in xfs_rename()
|
D | xfs_bmap.h | 355 int *committed); /* xact committed or not */
|
D | xfs_inode.c | 1482 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()
|
D | xfs_rtalloc.c | 88 int committed; /* transaction committed flag */ in xfs_growfs_rt_alloc() local 139 error = xfs_bmap_finish(&tp, &flist, &committed); in xfs_growfs_rt_alloc()
|
D | xfs_bmap.c | 4017 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/ |
D | meminfo.c | 25 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/ |
D | write.c | 434 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()
|
D | nfs2xdr.c | 643 res->verf->committed = NFS_FILE_SYNC; in nfs_xdr_writeres()
|
D | direct.c | 655 if (data->res.verf->committed != NFS_FILE_SYNC) { in nfs_direct_write_release()
|
D | nfs3xdr.c | 939 res->verf->committed = (enum nfs3_stable_how)ntohl(*p++); in nfs3_xdr_writeres()
|
D | nfs4xdr.c | 3643 READ32(res->verf->committed); in decode_write()
|
/fs/xfs/quota/ |
D | xfs_dquot.c | 424 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()
|
D | xfs_qm.c | 1345 int committed; in xfs_qm_qino_alloc() local 1358 &xfs_zerocr, 0, 1, ip, &committed))) { in xfs_qm_qino_alloc()
|
/fs/nfsd/ |
D | nfs3proc.c | 213 resp->committed = argp->stable; in nfsd3_proc_write() 218 &resp->committed); in nfsd3_proc_write()
|
D | nfs3xdr.c | 736 *p++ = htonl(resp->committed); in nfs3svc_encode_writeres()
|
/fs/btrfs/ |
D | extent-tree.c | 2041 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()
|