Searched refs:t_flags (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Djfs_dat.h38 __u32 t_flags; /* See below */ member in struct:journal_block_tag_s
H A Dkernel-jbd.h125 __u32 t_flags; /* See below */ member in struct:journal_block_tag_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dprctl.h27 u32 t_flags; /* if true, then the sigprocmask is in userspace */ member in struct:prda_sys
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dprctl.h27 u32 t_flags; /* if true, then the sigprocmask is in userspace */ member in struct:prda_sys
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_trans_extfree.c74 tp->t_flags |= XFS_TRANS_DIRTY;
131 tp->t_flags |= XFS_TRANS_DIRTY;
H A Dxfs_trans.c288 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES);
291 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | (tp->t_flags & XFS_TRANS_RESERVE);
330 int rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0;
359 tp->t_flags |= XFS_TRANS_PERM_LOG_RES;
362 ASSERT(!(tp->t_flags & XFS_TRANS_PERM_LOG_RES));
407 tp->t_flags &= ~XFS_TRANS_PERM_LOG_RES;
518 tp->t_flags |= (XFS_TRANS_SB_DIRTY | XFS_TRANS_DIRTY);
635 rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0;
663 if (tp->t_flags
[all...]
H A Dxfs_utils.c153 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES);
220 tflags = tp->t_flags & XFS_TRANS_DQ_DIRTY;
221 tp->t_flags &= ~(XFS_TRANS_DQ_DIRTY);
252 tp->t_flags |= tflags;
H A Dxfs_log.c193 tic->t_flags |= XLOG_TIC_IN_Q;
208 tic->t_flags &= ~XLOG_TIC_IN_Q;
292 (((ticket->t_flags & XLOG_TIC_INITED) == 0) &&
296 if (ticket->t_flags & XLOG_TIC_PERM_RESERV) {
302 if ((ticket->t_flags & XLOG_TIC_PERM_RESERV) == 0 ||
320 if ((ticket->t_flags & XLOG_TIC_PERM_RESERV) &&
322 ticket->t_flags |= XLOG_TIC_INITED;
454 (internal_ticket->t_flags & XLOG_TIC_PERM_RESERV) ?
624 ((xlog_ticket_t *)tic)->t_flags = 0;
774 ASSERT(tic->t_flags
[all...]
H A Dxfs_trans_buf.c368 if (tp->t_flags & XFS_TRANS_DIRTY)
414 if (tp->t_flags & XFS_TRANS_DIRTY)
420 if (xfs_do_error && !(tp->t_flags & XFS_TRANS_DIRTY)) {
792 tp->t_flags |= XFS_TRANS_DIRTY;
847 ASSERT(tp->t_flags & XFS_TRANS_DIRTY);
882 tp->t_flags |= XFS_TRANS_DIRTY;
H A Dxfs_trans_inode.c265 tp->t_flags |= XFS_TRANS_DIRTY;
H A Dxfs_log_priv.h290 char t_flags; /* properties of reservation : 1 */ member in struct:xlog_ticket
H A Dxfs_trans.h352 unsigned int t_flags; /* misc flags */ member in struct:xfs_trans
385 * Values for t_flags.
932 #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC)
H A Dxfs_attr.c273 args.trans->t_flags |= XFS_TRANS_RESERVE;
490 args.trans->t_flags |= XFS_TRANS_RESERVE;
H A Dxfs_bmap.c3973 tp->t_flags |= XFS_TRANS_RESERVE;
4214 ASSERT((*tp)->t_flags & XFS_TRANS_PERM_LOG_RES);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_trans_dquot.c106 tp->t_flags |= XFS_TRANS_DIRTY;
134 if(otp->t_flags & XFS_TRANS_DQ_DIRTY)
135 ntp->t_flags |= XFS_TRANS_DQ_DIRTY;
312 tp->t_flags |= XFS_TRANS_DQ_DIRTY;
360 if (! (tp->t_flags & XFS_TRANS_DQ_DIRTY))
543 if (!tp->t_dqinfo || !(tp->t_flags & XFS_TRANS_DQ_DIRTY))
894 tp->t_flags |= XFS_TRANS_DIRTY;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Drecovery.c190 if (!(tag->t_flags & cpu_to_be32(JFS_FLAG_SAME_UUID)))
193 if (tag->t_flags & cpu_to_be32(JFS_FLAG_LAST_TAG))
427 flags = be32_to_cpu(tag->t_flags);
H A Dcommit.c605 tag->t_flags = cpu_to_be32(tag_flag);
645 tag->t_flags |= cpu_to_be32(JFS_FLAG_LAST_TAG);
H A Dhfsplus_jbd.h135 __be32 t_flags; /* See below */ member in struct:hfsplus_jbd_block_tag_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Drecovery.c194 if (!(tag->t_flags & cpu_to_be32(JFS_FLAG_SAME_UUID)))
197 if (tag->t_flags & cpu_to_be32(JFS_FLAG_LAST_TAG))
432 flags = be32_to_cpu(tag->t_flags);
H A Dcommit.c604 tag->t_flags = cpu_to_be32(tag_flag);
628 tag->t_flags |= cpu_to_be32(JFS_FLAG_LAST_TAG);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Drecovery.c195 if (!(tag->t_flags & cpu_to_be32(JBD2_FLAG_SAME_UUID)))
198 if (tag->t_flags & cpu_to_be32(JBD2_FLAG_LAST_TAG))
441 flags = be32_to_cpu(tag->t_flags);
H A Dcommit.c613 tag->t_flags = cpu_to_be32(tag_flag);
637 tag->t_flags |= cpu_to_be32(JBD2_FLAG_LAST_TAG);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djbd.h158 __be32 t_flags; /* See below */ member in struct:journal_block_tag_s
H A Djbd2.h161 __be32 t_flags; /* See below */ member in struct:journal_block_tag_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c9827 if (!(tag->t_flags & htonl(JFS_FLAG_SAME_UUID)))
9830 if (tag->t_flags & htonl(JFS_FLAG_LAST_TAG))
10005 flags = ntohl(tag->t_flags);

Completed in 226 milliseconds

12