Lines Matching defs:commit
103 typedef struct commit {
104 page_t *c_pages; /* list of pages to commit */
105 offset3 c_commbase; /* base offset to do commit from */
106 count3 c_commlen; /* len to commit */
107 kcondvar_t c_cv; /* condvar for waiting for commit */
111 * The various values for the commit states. These are stored in
119 * commit operation is in progress. If the NFS server is e.g. rebooted, the
124 #define C_NOCOMMIT 0 /* no commit is required */
125 #define C_COMMIT 1 /* a commit is required so do it now */
126 #define C_DELAYCOMMIT 2 /* a commit is required, but can be delayed */
296 commit_t r_commit; /* commit information */
318 #define RTRUNCATE 0x10 /* truncating, don't commit */
320 #define RCOMMIT 0x40 /* commit in progress */
321 #define RCOMMITWAIT 0x80 /* someone is waiting to do a commit */