Searched refs:lsn (Results 1 - 25 of 160) sorted by last modified time

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h345 /* 8*/ LSN lsn; /* $LogFile sequence number for this record. member in struct:__anon1233
419 /* 8*/ LSN lsn; /* $LogFile sequence number for this record. member in struct:__anon1234
2132 /* 8*/ LSN lsn; /* $LogFile sequence number of the last member in struct:__anon1293
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dindex.c811 ib->lsn = cpu_to_le64(0);
H A Dlogfile.c331 * @lsn: [OUT] set to the current logfile lsn on success
344 * Similarly, if @lsn is not NULL, on success *@lsn will be set to the current
345 * logfile lsn according to this restart page. On failure, *@lsn is undefined.
354 LSN *lsn)
430 if (lsn) {
432 *lsn = sle64_to_cpu(ra->current_lsn);
434 *lsn
352 ntfs_check_and_load_restart_page(ntfs_attr *log_na, RESTART_PAGE_HEADER *rp, s64 pos, RESTART_PAGE_HEADER **wrp, LSN *lsn) argument
[all...]
H A Dmft.c370 mrec->lsn = cpu_to_le64(0ull);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Diommu.c174 const u32 *lsn = of_get_property(dn, "linux,logical-slot-number", NULL); local
176 BUG_ON(lsn == NULL);
180 iommu_table_getparms_iSeries(pdn->busno, *lsn, 0, tbl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dchsc.h28 u8 lsn; member in struct:channel_path_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_main.c1115 u8 lsn; member in struct:channelPath_dsc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dlogfile.c327 * @lsn: [OUT] set to the current logfile lsn on success
340 * Simillarly, if @lsn is not NULL, on succes *@lsn will be set to the current
341 * logfile lsn according to this restart page. On failure, *@lsn is undefined.
350 LSN *lsn)
450 if (lsn) {
452 *lsn = sle64_to_cpu(ra->current_lsn);
454 *lsn
348 ntfs_check_and_load_restart_page(struct inode *vi, RESTART_PAGE_HEADER *rp, s64 pos, RESTART_PAGE_HEADER **wrp, LSN *lsn) argument
[all...]
H A Dmft.c2047 m->lsn = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_dquot_item.c174 xfs_lsn_t lsn)
180 return (lsn);
383 * this needs to stamp an lsn into the dquot, I think.
391 xfs_lsn_t lsn)
537 * so simply return the lsn at which it's been logged.
541 xfs_qm_qoff_logitem_committed(xfs_qoff_logitem_t *qf, xfs_lsn_t lsn) argument
543 return (lsn);
562 xfs_lsn_t lsn)
172 xfs_qm_dquot_logitem_committed( xfs_dq_logitem_t *l, xfs_lsn_t lsn) argument
389 xfs_qm_dquot_logitem_committing( xfs_dq_logitem_t *l, xfs_lsn_t lsn) argument
560 xfs_qm_qoffend_logitem_committed( xfs_qoff_logitem_t *qfe, xfs_lsn_t lsn) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc.c2578 xfs_lsn_t lsn; local
2616 lsn = bsy->busy_tp->t_commit_lsn;
2618 xfs_log_force(mp, lsn, XFS_LOG_FORCE|XFS_LOG_SYNC);
H A Dxfs_buf_item.c601 * write of it completed at the given lsn.
604 * those cases we simply return the given lsn.
613 * by returning the original lsn of that transaction here rather than
619 xfs_lsn_t lsn)
626 return (lsn);
617 xfs_buf_item_committed( xfs_buf_log_item_t *bip, xfs_lsn_t lsn) argument
H A Dxfs_extfree_item.c190 * simply return the lsn at which it's been logged. The canceled
196 xfs_efi_item_committed(xfs_efi_log_item_t *efip, xfs_lsn_t lsn) argument
198 return lsn;
222 xfs_efi_item_committing(xfs_efi_log_item_t *efip, xfs_lsn_t lsn) argument
487 xfs_efd_item_committed(xfs_efd_log_item_t *efdp, xfs_lsn_t lsn) argument
520 xfs_efd_item_committing(xfs_efd_log_item_t *efip, xfs_lsn_t lsn) argument
H A Dxfs_inode.c2834 xfs_lsn_t lsn; local
2844 lsn = iip->ili_last_lsn;
2846 lsn = (xfs_lsn_t)0;
2852 xfs_log_force(ip->i_mount, lsn, XFS_LOG_FORCE);
3503 * In order to read the lsn we need the AIL lock, because
H A Dxfs_inode_item.c731 * write of it completed at the given lsn. Since we always re-log
734 * given lsn.
740 xfs_lsn_t lsn)
742 return (lsn);
877 xfs_lsn_t lsn)
879 iip->ili_last_lsn = lsn;
975 * if the ili_logged flag is set and the inode's lsn has not
976 * changed. First we check the lsn outside
738 xfs_inode_item_committed( xfs_inode_log_item_t *iip, xfs_lsn_t lsn) argument
875 xfs_inode_item_committing( xfs_inode_log_item_t *iip, xfs_lsn_t lsn) argument
H A Dxfs_log.c84 xfs_lsn_t lsn,
285 xfs_lsn_t lsn = 0; local
294 (xlog_in_core_t **)iclog, &lsn)))) {
295 lsn = (xfs_lsn_t) -1;
324 return lsn;
336 * to force a given lsn to disk will wait on a semaphore attached to the
344 xfs_lsn_t lsn,
360 if (lsn == 0)
363 return xlog_state_sync(log, lsn, flags, log_flushed);
585 xfs_lsn_t lsn; local
342 _xfs_log_force( xfs_mount_t *mp, xfs_lsn_t lsn, uint flags, int *log_flushed) argument
2035 xfs_lsn_t lowest_lsn, lsn; local
2919 xfs_lsn_t lsn; local
3033 xlog_state_sync(xlog_t *log, xfs_lsn_t lsn, uint flags, int *log_flushed) argument
[all...]
H A Dxfs_log.h21 /* get lsn fields */
23 #define CYCLE_LSN(lsn) ((uint)((lsn)>>32))
24 #define BLOCK_LSN(lsn) ((uint)(lsn))
26 #define CYCLE_LSN_DISK(lsn) (((uint *)&(lsn))[0])
141 xfs_lsn_t lsn,
144 #define xfs_log_force(mp, lsn, flags) \
145 _xfs_log_force(mp, lsn, flag
[all...]
H A Dxfs_log_priv.h63 #define ASSIGN_ANY_LSN_HOST(lsn,cycle,block) \
65 (lsn) = ((xfs_lsn_t)(cycle)<<32)|(block); \
67 #define ASSIGN_ANY_LSN_DISK(lsn,cycle,block) \
69 INT_SET(((uint *)&(lsn))[0], ARCH_CONVERT, (cycle)); \
70 INT_SET(((uint *)&(lsn))[1], ARCH_CONVERT, (block)); \
72 #define ASSIGN_LSN(lsn,log) \
73 ASSIGN_ANY_LSN_DISK(lsn,(log)->l_curr_cycle,(log)->l_curr_block);
331 xfs_lsn_t h_lsn; /* lsn of this LR : 8 */
332 xfs_lsn_t h_tail_lsn; /* lsn of 1st LR w/ buffers not committed: 8 */
417 * The reservation head lsn i
[all...]
H A Dxfs_log_recover.c769 * a sync lsn embedded in it. LSNs hold block numbers, so it is easy
774 * lsn. The entire log record does not need to be valid. We only care
888 * Save the current tail lsn to use to pass to
890 * unmount record if there is one, so we pass the lsn of the
939 * We use the lsn from before modifying it so that we'll never
1187 * The tail lsn is passed in rather than taken from
1444 xfs_lsn_t lsn)
1450 trans->r_lsn = lsn;
2651 xfs_lsn_t lsn,
2680 xfs_trans_update_ail(mp, (xfs_log_item_t *)efip, lsn,
1441 xlog_recover_new_tid( xlog_recover_t **q, xlog_tid_t tid, xfs_lsn_t lsn) argument
2648 xlog_recover_do_efi_trans( xlog_t *log, xlog_recover_item_t *item, xfs_lsn_t lsn, int pass) argument
[all...]
H A Dxfs_trans.c923 * the commit lsn of this transaction for dependency tracking
1276 * will protect the lsn field of each item. The value of this
1286 xfs_lsn_t lsn,
1311 item_lsn = IOP_COMMITTED(lip, lsn);
1322 * If the returned lsn is greater than what it
1327 * While the new lsn should usually be greater, it
1330 * same item could complete first with a higher lsn.
1338 * This will set the item's lsn to item_lsn
1284 xfs_trans_chunk_committed( xfs_log_item_chunk_t *licp, xfs_lsn_t lsn, int aborted) argument
H A Dxfs_trans.h122 xfs_lsn_t li_lsn; /* last on-disk lsn */
159 #define IOP_COMMITTED(ip, lsn) (*(ip)->li_ops->iop_committed)(ip, lsn)
162 #define IOP_COMMITTING(ip, lsn) (*(ip)->li_ops->iop_committing)(ip, lsn)
H A Dxfs_trans_ail.c49 * lsn of the last item in the AIL.
55 xfs_lsn_t lsn; local
62 lsn = (xfs_lsn_t)0;
64 lsn = lip->li_lsn;
68 return lsn;
78 * The routine returns the lsn of the tail of the log.
85 xfs_lsn_t lsn; local
203 lsn = (xfs_lsn_t)0;
205 lsn = lip->li_lsn;
209 return lsn;
[all...]
H A Dxfs_trans_priv.h50 struct xfs_log_item *lip, xfs_lsn_t lsn,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_dmap.c428 int lsn, difft, diffp; local
441 /* compute delta of transaction lsn from log syncpt */
442 lsn = tblk->lsn;
444 logdiff(difft, lsn, log);
528 * update dmap lsn
536 if (mp->lsn != 0) {
537 /* inherit older/smaller lsn */
538 logdiff(diffp, mp->lsn, log);
540 mp->lsn
[all...]
H A Djfs_imap.c2769 int lsn, difft, diffp; local
2843 * update iag lsn
2845 lsn = tblk->lsn;
2848 if (mp->lsn != 0) {
2849 /* inherit older/smaller lsn */
2850 logdiff(difft, lsn, log);
2851 logdiff(diffp, mp->lsn, log);
2853 mp->lsn = lsn;
[all...]

Completed in 326 milliseconds

1234567