Searched refs:commit (Results 1 – 13 of 13) sorted by relevance
/fs/jbd/ |
D | Makefile | 7 jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
|
/fs/jbd2/ |
D | Makefile | 7 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
|
/fs/reiserfs/ |
D | journal.c | 2009 struct reiserfs_journal_commit *commit) in journal_compare_desc_commit() argument 2011 if (get_commit_trans_id(commit) != get_desc_trans_id(desc) || in journal_compare_desc_commit() 2012 get_commit_trans_len(commit) != get_desc_trans_len(desc) || in journal_compare_desc_commit() 2013 get_commit_trans_len(commit) > SB_JOURNAL(p_s_sb)->j_trans_max || in journal_compare_desc_commit() 2014 get_commit_trans_len(commit) <= 0) { in journal_compare_desc_commit() 2030 struct reiserfs_journal_commit *commit; in journal_transaction_is_valid() local 2076 commit = (struct reiserfs_journal_commit *)c_bh->b_data; in journal_transaction_is_valid() 2077 if (journal_compare_desc_commit(p_s_sb, desc, commit)) { in journal_transaction_is_valid() 2083 get_commit_trans_id(commit), in journal_transaction_is_valid() 2084 get_commit_trans_len(commit)); in journal_transaction_is_valid() [all …]
|
/fs/ubifs/ |
D | Makefile | 4 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
|
/fs/btrfs/ |
D | transaction.c | 209 struct btrfs_transaction *commit) in wait_for_commit() argument 213 while (!commit->commit_done) { in wait_for_commit() 214 prepare_to_wait(&commit->commit_wait, &wait, in wait_for_commit() 216 if (commit->commit_done) in wait_for_commit() 223 finish_wait(&commit->commit_wait, &wait); in wait_for_commit()
|
/fs/nfsd/ |
D | nfs4proc.c | 343 struct nfsd4_commit *commit) in nfsd4_commit() argument 347 u32 *p = (u32 *)commit->co_verf.data; in nfsd4_commit() 351 status = nfsd_commit(rqstp, &cstate->current_fh, commit->co_offset, in nfsd4_commit() 352 commit->co_count); in nfsd4_commit()
|
D | nfs3proc.c | 708 PROC(commit, commit, commit, fhandle, RC_NOCACHE, ST+WC+2),
|
D | nfs4xdr.c | 451 nfsd4_decode_commit(struct nfsd4_compoundargs *argp, struct nfsd4_commit *commit) in nfsd4_decode_commit() argument 456 READ64(commit->co_offset); in nfsd4_decode_commit() 457 READ32(commit->co_count); in nfsd4_decode_commit() 2002 nfsd4_encode_commit(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_commit *commit) in nfsd4_encode_commit() argument 2008 WRITEMEM(commit->co_verf.data, 8); in nfsd4_encode_commit()
|
/fs/jfs/ |
D | jfs_txnmgr.h | 273 struct commit { struct
|
D | jfs_txnmgr.c | 166 struct tlock * tlck, struct commit * cd); 177 struct commit * cd); 1142 struct commit cd; in txCommit() 1383 static int txLog(struct jfs_log * log, struct tblock * tblk, struct commit * cd) in txLog() 1441 struct tlock * tlck, struct commit * cd) in diLog()
|
D | jfs_logmgr.c | 204 uint commit; /* # of commit */ member 515 INCREMENT(lmStat.commit); /* # of commit */ in lmWriteRecord() 2517 lmStat.commit, in jfs_lmstats_proc_show()
|
/fs/cifs/ |
D | CHANGES | 792 Finish fixes to commit write for caching/readahead consistency. fsx
|
/fs/ntfs/ |
D | ChangeLog | 248 paths (fs/ntfs/aops.c::ntfs_{prepare,commit}_write()). At present 953 around calls to ->{prepare,commit}_write. Adapt NTFS appropriately
|