Home
last modified time | relevance | path

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

/fs/jbd/
DMakefile7 jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/fs/jbd2/
DMakefile7 jbd2-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
/fs/reiserfs/
Djournal.c2009 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/
DMakefile4 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/fs/btrfs/
Dtransaction.c209 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/
Dnfs4proc.c343 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()
Dnfs3proc.c708 PROC(commit, commit, commit, fhandle, RC_NOCACHE, ST+WC+2),
Dnfs4xdr.c451 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/
Djfs_txnmgr.h273 struct commit { struct
Djfs_txnmgr.c166 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()
Djfs_logmgr.c204 uint commit; /* # of commit */ member
515 INCREMENT(lmStat.commit); /* # of commit */ in lmWriteRecord()
2517 lmStat.commit, in jfs_lmstats_proc_show()
/fs/cifs/
DCHANGES792 Finish fixes to commit write for caching/readahead consistency. fsx
/fs/ntfs/
DChangeLog248 paths (fs/ntfs/aops.c::ntfs_{prepare,commit}_write()). At present
953 around calls to ->{prepare,commit}_write. Adapt NTFS appropriately