Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 18 of 18) sorted by relevance

/fs/jbd2/
A DMakefile8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/fs/btrfs/
A Dtransaction.c898 static noinline void wait_for_commit(struct btrfs_transaction *commit, in wait_for_commit() argument
901 struct btrfs_fs_info *fs_info = commit->fs_info; in wait_for_commit()
902 u64 transid = commit->transid; in wait_for_commit()
915 wait_event(commit->commit_wait, commit->state >= min_state); in wait_for_commit()
917 btrfs_put_transaction(commit); in wait_for_commit()
930 commit = list_first_entry_or_null(&fs_info->trans_list, in wait_for_commit()
933 if (!commit || commit->transid > transid) { in wait_for_commit()
937 refcount_inc(&commit->use_count); in wait_for_commit()
/fs/ubifs/
A DMakefile5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/fs/bcachefs/
A Dbackpointers.c208 bool commit) in backpointer_target_not_found() argument
246 if (ret || !commit) in backpointer_target_not_found()
275 bool commit) in __bch2_backpointer_get_node() argument
301 last_flushed, commit); in __bch2_backpointer_get_node()
314 bool commit) in __bch2_backpointer_get_key() argument
352 int ret = backpointer_target_not_found(trans, bp, k, last_flushed, commit); in __bch2_backpointer_get_key()
355 struct btree *b = __bch2_backpointer_get_node(trans, bp, iter, last_flushed, commit); in __bch2_backpointer_get_key()
A Dbkey_types.h225 x(commit)
A Dalloc_background.c1873 goto commit; in bch2_discard_one_bucket()
1912 commit: in bch2_discard_one_bucket()
/fs/jfs/
A Djfs_txnmgr.h260 struct commit { struct
A Djfs_txnmgr.c152 struct tlock *tlck, struct commit *cd);
163 struct commit *cd);
1133 struct commit cd; in txCommit()
1372 static void txLog(struct jfs_log *log, struct tblock *tblk, struct commit *cd) in txLog()
1429 struct tlock *tlck, struct commit *cd) in diLog()
A Djfs_logmgr.c193 uint commit; /* # of commit */ member
496 INCREMENT(lmStat.commit); /* # of commit */ in lmWriteRecord()
2484 lmStat.commit, in jfs_lmstats_proc_show()
/fs/adfs/
A Dadfs.h134 int (*commit)(struct adfs_dir *dir); member
A Ddir_f.c323 .commit = adfs_f_commit,
A Ddir_fplus.c286 .commit = adfs_fplus_commit,
A Ddir.c296 ret = ops->commit(&dir); in adfs_dir_update()
/fs/nfsd/
A Dnfs4xdr.c815 struct nfsd4_commit *commit = &u->commit; in nfsd4_decode_commit() local
816 if (xdr_stream_decode_u64(argp->xdr, &commit->co_offset) < 0) in nfsd4_decode_commit()
818 if (xdr_stream_decode_u32(argp->xdr, &commit->co_count) < 0) in nfsd4_decode_commit()
820 memset(&commit->co_verf, 0, sizeof(commit->co_verf)); in nfsd4_decode_commit()
4085 struct nfsd4_commit *commit = &u->commit; in nfsd4_encode_commit() local
4087 return nfsd4_encode_verifier4(resp->xdr, &commit->co_verf); in nfsd4_encode_commit()
A Dnfs4proc.c763 struct nfsd4_commit *commit = &u->commit; in nfsd4_commit() local
772 status = nfsd_commit(rqstp, &cstate->current_fh, nf, commit->co_offset, in nfsd4_commit()
773 commit->co_count, in nfsd4_commit()
774 (__be32 *)commit->co_verf.data); in nfsd4_commit()
A Dxdr4.h791 struct nfsd4_commit commit; member
/fs/nfs/
A Dnfs3xdr.c2473 PROC(COMMIT, commit, commit, 5),
/fs/ocfs2/
A Daops.c2341 goto commit; in ocfs2_dio_end_io_write()
2365 commit: in ocfs2_dio_end_io_write()

Completed in 62 milliseconds