/linux-4.1.27/fs/xfs/ |
D | xfs_trans_ail.c | 104 xfs_lsn_t lsn = 0; in xfs_ail_min_lsn() local 123 xfs_lsn_t lsn = 0; in xfs_ail_max_lsn() local 213 xfs_lsn_t lsn) in xfs_trans_ail_cursor_first() 239 xfs_lsn_t lsn) in __xfs_trans_ail_cursor_last() 260 xfs_lsn_t lsn) in xfs_trans_ail_cursor_last() 278 xfs_lsn_t lsn) in xfs_ail_splice() 335 xfs_lsn_t lsn; in xfsaild_push() local 643 xfs_lsn_t lsn) __releases(ailp->xa_lock) in xfs_trans_ail_update_bulk()
|
D | xfs_dquot_item.c | 112 xfs_lsn_t lsn) in xfs_qm_dquot_logitem_committed() 230 xfs_lsn_t lsn) in xfs_qm_dquot_logitem_committing() 352 xfs_lsn_t lsn) in xfs_qm_qoff_logitem_committed() 360 xfs_lsn_t lsn) in xfs_qm_qoffend_logitem_committed()
|
D | xfs_extfree_item.c | 185 xfs_lsn_t lsn) in xfs_efi_item_committed() 200 xfs_lsn_t lsn) in xfs_efi_item_committing() 436 xfs_lsn_t lsn) in xfs_efd_item_committed() 461 xfs_lsn_t lsn) in xfs_efd_item_committing()
|
D | xfs_icreate_item.c | 107 xfs_lsn_t lsn) in xfs_icreate_item_committed() 129 xfs_lsn_t lsn) in xfs_icreate_item_committing()
|
D | xfs_inode_item.c | 516 xfs_lsn_t lsn) in xfs_inode_item_committed() 535 xfs_lsn_t lsn) in xfs_inode_item_committing()
|
D | xfs_export.c | 231 xfs_lsn_t lsn = 0; in xfs_fs_nfs_commit_metadata() local
|
D | xfs_trans_priv.h | 104 xfs_lsn_t lsn) __releases(ailp->xa_lock) in xfs_trans_ail_update()
|
D | xfs_log.c | 519 xfs_lsn_t lsn = 0; in xfs_log_done() local 787 xfs_lsn_t lsn; in xfs_log_unmount_write() local 2565 xfs_lsn_t lowest_lsn, lsn; in xlog_get_lowest_lsn() local 3193 xfs_lsn_t lsn; in _xfs_log_force() local 3335 xfs_lsn_t lsn, in _xfs_log_force_lsn() 3455 xfs_lsn_t lsn, in xfs_log_force_lsn()
|
D | xfs_log_recover.c | 1839 xfs_lsn_t lsn = -1; in xlog_recover_get_buf_lsn() local 2323 xfs_lsn_t lsn; in xlog_recover_buffer_pass2() local 2588 xfs_lsn_t lsn = be64_to_cpu(dip->di_lsn); in xlog_recover_inode_pass2() local 2901 xfs_lsn_t lsn = be64_to_cpu(dqb->dd_lsn); in xlog_recover_dquot_pass2() local 2935 xfs_lsn_t lsn) in xlog_recover_efi_pass2()
|
D | xfs_file.c | 181 xfs_lsn_t lsn = 0; in xfs_dir_fsync() local 207 xfs_lsn_t lsn = 0; in xfs_file_fsync() local
|
D | xfs_log_priv.h | 470 xlog_crack_atomic_lsn(atomic64_t *lsn, uint *cycle, uint *block) in xlog_crack_atomic_lsn() 482 xlog_assign_atomic_lsn(atomic64_t *lsn, uint cycle, uint block) in xlog_assign_atomic_lsn()
|
D | xfs_buf_item.c | 684 xfs_lsn_t lsn) in xfs_buf_item_committed()
|
/linux-4.1.27/fs/jfs/ |
D | jfs_logmgr.c | 241 int lsn; in lmLog() local 360 int lsn = 0; /* end-of-log address */ in lmWriteRecord() local 950 int lsn; in lmLogSync() local 1270 int lsn = 0; in lmLogInit() local 1658 int lsn; in lmLogShutdown() local
|
D | jfs_metapage.h | 29 int lsn; member
|
D | jfs_logmgr.h | 405 int lsn; /* 4: end-of-log */ member 482 s32 lsn; /* log sequence number */ member 496 #define logdiff(diff, lsn, log)\ argument
|
D | jfs_txnmgr.h | 43 s32 lsn; /* recovery lsn */ member
|
D | jfs_imap.c | 2747 int lsn, difft, diffp; in diUpdatePMap() local
|
D | jfs_dmap.c | 435 int lsn, difft, diffp; in dbUpdatePMap() local
|
/linux-4.1.27/arch/s390/include/asm/ |
D | chpid.h | 13 u8 lsn; member
|
/linux-4.1.27/fs/ntfs/ |
D | logfile.c | 351 LSN *lsn) in ntfs_check_and_load_restart_page()
|
D | layout.h | 333 /* 8*/ le64 lsn; /* $LogFile sequence number for this record. member 402 /* 8*/ le64 lsn; /* $LogFile sequence number for this record. member 2058 /* 8*/ sle64 lsn; /* $LogFile sequence number of the last member
|
/linux-4.1.27/drivers/hwmon/ |
D | sch56xx-common.c | 239 int msb, lsn; in sch56xx_read_virtual_reg12() local
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_log_format.h | 66 #define CYCLE_LSN(lsn) ((uint)((lsn)>>32)) argument 67 #define BLOCK_LSN(lsn) ((uint)(lsn)) argument 70 #define CYCLE_LSN_DISK(lsn) (((__be32 *)&(lsn))[0]) argument
|
D | xfs_da_format.h | 62 __be64 lsn; /* sequence number of last write */ member 359 __be64 lsn; /* sequence number of last write */ member
|
/linux-4.1.27/drivers/s390/cio/ |
D | chsc.h | 26 u8 lsn; member
|