Searched refs:tid_t (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_acl.h24 int jfs_init_acl(tid_t, struct inode *, struct inode *);
29 static inline int jfs_init_acl(tid_t tid, struct inode *inode,
H A Djfs_xtree.h115 extern void xtInitRoot(tid_t tid, struct inode *ip);
116 extern int xtInsert(tid_t tid, struct inode *ip,
118 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
121 extern int xtTailgate(tid_t tid, struct inode *ip,
124 extern int xtUpdate(tid_t tid, struct inode *ip, struct xad *nxad);
125 extern int xtDelete(tid_t tid, struct inode *ip, s64 xoff, int xlen,
127 extern s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int type);
128 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size);
129 extern int xtRelocate(tid_t tid, struct inode *ip,
131 extern int xtAppend(tid_t ti
[all...]
H A Djfs_xattr.h55 extern int __jfs_setxattr(tid_t, struct inode *, const char *, const void *,
65 extern int jfs_init_security(tid_t, struct inode *, struct inode *);
67 static inline int jfs_init_security(tid_t tid, struct inode *inode,
H A Djfs_txnmgr.h99 tid_t tid; /* 2: transaction id holding lock */
274 tid_t tid; /* tid = index of tblock */
293 extern struct tlock *txLock(tid_t, struct inode *, struct metapage *, int);
294 extern struct tlock *txMaplock(tid_t, struct inode *, int);
295 extern int txCommit(tid_t, int, struct inode **, int);
296 extern tid_t txBegin(struct super_block *, int);
298 extern void txEnd(tid_t);
299 extern void txAbort(tid_t, int);
302 extern void txEA(tid_t, struct inode *, dxd_t *, dxd_t *);
H A Djfs_dtree.h29 tid_t tid;
257 extern void dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot);
262 extern int dtInsert(tid_t tid, struct inode *ip, struct component_name * key,
265 extern int dtDelete(tid_t tid, struct inode *ip, struct component_name * key,
268 extern int dtModify(tid_t tid, struct inode *ip, struct component_name * key,
H A Dacl.c79 static int jfs_set_acl(tid_t tid, struct inode *inode, int type,
148 int jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir)
212 tid_t tid = txBegin(inode->i_sb, 0);
H A Djfs_imap.h174 extern int diWrite(tid_t tid, struct inode *);
H A Djfs_types.h41 typedef u16 tid_t; typedef
H A Dinode.c66 tid_t tid;
318 tid_t tid;
H A Dnamei.c39 static s64 commitZeroLink(tid_t, struct inode *);
77 tid_t tid; /* transaction id */
205 tid_t tid; /* transaction id */
344 tid_t tid; /* transaction id */
469 tid_t tid; /* transaction id */
620 static s64 commitZeroLink(tid_t tid, struct inode *ip)
787 tid_t tid;
876 tid_t tid;
1069 tid_t tid;
1348 tid_t ti
[all...]
H A Djfs_dtree.c151 static int dtSplitUp(tid_t tid, struct inode *ip,
154 static int dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split,
157 static int dtExtendPage(tid_t tid, struct inode *ip,
160 static int dtSplitRoot(tid_t tid, struct inode *ip,
163 static int dtDeleteUp(tid_t tid, struct inode *ip, struct metapage * fmp,
166 static int dtRelink(tid_t tid, struct inode *ip, dtpage_t * p);
303 static inline void lock_index(tid_t tid, struct inode *ip, struct metapage * mp,
333 static u32 add_index(tid_t tid, struct inode *ip, s64 bn, int slot)
494 static void free_index(tid_t tid, struct inode *ip, u32 index, u32 next)
522 static void modify_index(tid_t ti
[all...]
H A Djfs_xtree.c117 static int xtSplitUp(tid_t tid,
121 static int xtSplitPage(tid_t tid, struct inode *ip, struct xtsplit * split,
124 static int xtSplitRoot(tid_t tid, struct inode *ip,
128 static int xtDeleteUp(tid_t tid, struct inode *ip, struct metapage * fmp,
135 static int xtRelink(tid_t tid, struct inode *ip, xtpage_t * fp);
795 int xtInsert(tid_t tid, /* transaction id */
947 xtSplitUp(tid_t tid,
1220 xtSplitPage(tid_t tid, struct inode *ip,
1489 xtSplitRoot(tid_t tid,
1622 int xtExtend(tid_t ti
[all...]
H A Dxattr.c623 static int ea_put(tid_t tid, struct inode *inode, struct ea_buffer *ea_buf,
782 int __jfs_setxattr(tid_t tid, struct inode *inode, const char *name,
927 tid_t tid;
1091 tid_t tid;
1108 int jfs_init_security(tid_t tid, struct inode *inode, struct inode *dir)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Djournal-head.h13 typedef unsigned int tid_t; /* Unique transaction ID */ typedef
H A Djbd.h444 tid_t t_tid;
753 tid_t j_tail_sequence;
758 tid_t j_transaction_sequence;
764 tid_t j_commit_sequence;
770 tid_t j_commit_request;
970 extern int journal_set_revoke(journal_t *, unsigned long, tid_t);
971 extern int journal_test_revoke(journal_t *, unsigned long, tid_t);
983 int log_start_commit(journal_t *journal, tid_t tid);
984 int __log_start_commit(journal_t *journal, tid_t tid);
985 int journal_start_commit(journal_t *journal, tid_t *ti
[all...]
H A Djbd2.h453 tid_t t_tid;
762 tid_t j_tail_sequence;
767 tid_t j_transaction_sequence;
773 tid_t j_commit_sequence;
779 tid_t j_commit_request;
978 extern int jbd2_journal_set_revoke(journal_t *, unsigned long long, tid_t);
979 extern int jbd2_journal_test_revoke(journal_t *, unsigned long long, tid_t);
991 int jbd2_log_start_commit(journal_t *journal, tid_t tid);
992 int __jbd2_log_start_commit(journal_t *journal, tid_t tid);
993 int jbd2_journal_start_commit(journal_t *journal, tid_t *ti
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dkernel-jbd.h192 typedef unsigned int tid_t; typedef
211 tid_t j_tail_sequence;
212 tid_t j_transaction_sequence;
228 extern int journal_set_revoke(journal_t *, unsigned long, tid_t);
229 extern int journal_test_revoke(journal_t *, unsigned long, tid_t);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd/
H A Drecovery.c32 tid_t start_transaction;
33 tid_t end_transaction;
44 tid_t, struct recovery_info *);
571 tid_t sequence, struct recovery_info *info)
H A Dcheckpoint.c169 tid_t this_tid;
251 tid_t tid = t->t_tid;
302 tid_t this_tid;
403 tid_t first_tid;
H A Drevoke.c82 tid_t sequence; /* Used for recovery only */
119 tid_t seq)
644 tid_t sequence)
668 tid_t sequence)
H A Djournal.c429 int __log_start_commit(journal_t *journal, tid_t target)
450 int log_start_commit(journal_t *journal, tid_t tid)
473 tid_t tid;
497 int journal_start_commit(journal_t *journal, tid_t *ptid)
503 tid_t tid = journal->j_running_transaction->t_tid;
524 int log_wait_commit(journal_t *journal, tid_t tid)
1354 tid_t tid = transaction->t_tid;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd2/
H A Dcheckpoint.c169 tid_t this_tid;
251 tid_t tid = t->t_tid;
302 tid_t this_tid;
403 tid_t first_tid;
H A Drecovery.c32 tid_t start_transaction;
33 tid_t end_transaction;
44 tid_t, struct recovery_info *);
581 tid_t sequence, struct recovery_info *info)
H A Drevoke.c82 tid_t sequence; /* Used for recovery only */
120 tid_t seq)
653 tid_t sequence)
677 tid_t sequence)
H A Djournal.c429 int __jbd2_log_start_commit(journal_t *journal, tid_t target)
450 int jbd2_log_start_commit(journal_t *journal, tid_t tid)
473 tid_t tid;
497 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid)
503 tid_t tid = journal->j_running_transaction->t_tid;
524 int jbd2_log_wait_commit(journal_t *journal, tid_t tid)
1354 tid_t tid = transaction->t_tid;

Completed in 175 milliseconds

12