Searched refs:commit (Results 1 – 18 of 18) sorted by relevance
| /fs/jbd2/ |
| A D | Makefile | 8 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
|
| /fs/btrfs/ |
| A D | transaction.c | 898 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 D | Makefile | 5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
|
| /fs/bcachefs/ |
| A D | backpointers.c | 208 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 D | bkey_types.h | 225 x(commit)
|
| A D | alloc_background.c | 1873 goto commit; in bch2_discard_one_bucket() 1912 commit: in bch2_discard_one_bucket()
|
| /fs/jfs/ |
| A D | jfs_txnmgr.h | 260 struct commit { struct
|
| A D | jfs_txnmgr.c | 152 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 D | jfs_logmgr.c | 193 uint commit; /* # of commit */ member 496 INCREMENT(lmStat.commit); /* # of commit */ in lmWriteRecord() 2484 lmStat.commit, in jfs_lmstats_proc_show()
|
| /fs/adfs/ |
| A D | adfs.h | 134 int (*commit)(struct adfs_dir *dir); member
|
| A D | dir_f.c | 323 .commit = adfs_f_commit,
|
| A D | dir_fplus.c | 286 .commit = adfs_fplus_commit,
|
| A D | dir.c | 296 ret = ops->commit(&dir); in adfs_dir_update()
|
| /fs/nfsd/ |
| A D | nfs4xdr.c | 815 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 D | nfs4proc.c | 763 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 D | xdr4.h | 791 struct nfsd4_commit commit; member
|
| /fs/nfs/ |
| A D | nfs3xdr.c | 2473 PROC(COMMIT, commit, commit, 5),
|
| /fs/ocfs2/ |
| A D | aops.c | 2341 goto commit; in ocfs2_dio_end_io_write() 2365 commit: in ocfs2_dio_end_io_write()
|
Completed in 62 milliseconds