/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_trans_ail.c | 41 xfs_lsn_t lsn; in xfs_ail_check() local 127 xfs_lsn_t lsn; in xfs_ail_min_lsn() local 143 xfs_lsn_t lsn = 0; in xfs_ail_max_lsn() local 233 xfs_lsn_t lsn) in xfs_trans_ail_cursor_first() 259 xfs_lsn_t lsn) in __xfs_trans_ail_cursor_last() 280 xfs_lsn_t lsn) in xfs_trans_ail_cursor_last() 298 xfs_lsn_t lsn) in xfs_ail_splice() 423 xfs_lsn_t lsn; in xfsaild_push() local 783 xfs_lsn_t lsn) __releases(ailp->ail_lock) in xfs_trans_ail_update_bulk() 823 xfs_lsn_t lsn) in xfs_trans_ail_insert() [all …]
|
D | xfs_inode_item_recover.c | 149 xfs_lsn_t lsn) in xfs_log_dinode_to_disk() 281 xfs_lsn_t lsn = be64_to_cpu(dip->di_lsn); in xlog_recover_inode_commit_pass2() local
|
D | xfs_inode_item.c | 338 xfs_lsn_t lsn) in xfs_inode_to_log_dinode() 605 xfs_lsn_t lsn) in xfs_inode_item_committed() 691 xfs_lsn_t lsn; in xfs_iflush_ail_updates() local
|
D | xfs_log.c | 820 xfs_lsn_t *lsn, in xlog_write_unmount_record() 852 xfs_lsn_t lsn; in xlog_unmount_write() local 1469 xfs_lsn_t *lsn) in xlog_commit_record() 2603 xfs_lsn_t lowest_lsn = 0, lsn; in xlog_get_lowest_lsn() local 3146 xfs_lsn_t lsn; in xfs_log_force() local 3218 xfs_lsn_t lsn, in xlog_force_lsn() 3299 xfs_lsn_t lsn; in xfs_log_force_seq() local 3814 xfs_lsn_t lsn) in xfs_log_check_lsn()
|
D | xfs_dquot_item_recover.c | 141 xfs_lsn_t lsn = be64_to_cpu(dqb->dd_lsn); in xlog_recover_dquot_commit_pass2() local
|
D | xfs_buf_item_recover.c | 708 xfs_lsn_t lsn = -1; in xlog_recover_get_buf_lsn() local 876 xfs_lsn_t lsn; in xlog_recover_buf_commit_pass2() local
|
D | xfs_icreate_item.c | 145 xfs_lsn_t lsn) in xlog_recover_icreate_commit_pass2()
|
D | xfs_trans_priv.h | 89 xfs_lsn_t lsn) __releases(ailp->ail_lock) in xfs_trans_ail_update()
|
D | xfs_bmap_item.c | 617 xfs_lsn_t lsn) in xlog_recover_bui_commit_pass2() 663 xfs_lsn_t lsn) in xlog_recover_bud_commit_pass2()
|
D | xfs_refcount_item.c | 635 xfs_lsn_t lsn) in xlog_recover_cui_commit_pass2() 677 xfs_lsn_t lsn) in xlog_recover_cud_commit_pass2()
|
D | xfs_rmap_item.c | 634 xfs_lsn_t lsn) in xlog_recover_rui_commit_pass2() 676 xfs_lsn_t lsn) in xlog_recover_rud_commit_pass2()
|
D | xfs_log_priv.h | 496 xlog_crack_atomic_lsn(atomic64_t *lsn, uint *cycle, uint *block) in xlog_crack_atomic_lsn() 508 xlog_assign_atomic_lsn(atomic64_t *lsn, uint cycle, uint block) in xlog_assign_atomic_lsn() 593 xfs_lsn_t lsn) in xlog_valid_lsn()
|
D | xfs_extfree_item.c | 695 xfs_lsn_t lsn) in xlog_recover_efi_commit_pass2() 737 xfs_lsn_t lsn) in xlog_recover_efd_commit_pass2()
|
D | xfs_dquot_item.c | 276 xfs_lsn_t lsn) in xfs_qm_qoffend_logitem_committed()
|
D | xfs_buf_item.c | 649 xfs_lsn_t lsn) in xfs_buf_item_committed()
|
/kernel/linux/linux-5.10/fs/jfs/ |
D | jfs_logmgr.c | 228 int lsn; in lmLog() local 347 int lsn = 0; /* end-of-log address */ in lmWriteRecord() local 937 int lsn; in lmLogSync() local 1256 int lsn = 0; in lmLogInit() local 1643 int lsn; in lmLogShutdown() local
|
D | jfs_metapage.h | 16 int lsn; member
|
D | jfs_logmgr.h | 392 int lsn; /* 4: end-of-log */ member 469 s32 lsn; /* log sequence number */ member 483 #define logdiff(diff, lsn, log)\ argument
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | chpid.h | 14 u8 lsn; member
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | logfile.c | 338 LSN *lsn) in ntfs_check_and_load_restart_page()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_inode_buf.c | 304 xfs_lsn_t lsn) in xfs_inode_to_disk()
|
D | xfs_log_format.h | 54 #define CYCLE_LSN(lsn) ((uint)((lsn)>>32)) argument 55 #define BLOCK_LSN(lsn) ((uint)(lsn)) argument 58 #define CYCLE_LSN_DISK(lsn) (((__be32 *)&(lsn))[0]) argument
|
D | xfs_da_format.h | 50 __be64 lsn; /* sequence number of last write */ member 315 __be64 lsn; /* sequence number of last write */ member
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
D | sch56xx-common.c | 223 int msb, lsn; in sch56xx_read_virtual_reg12() local
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
D | chsc.h | 27 u8 lsn; member
|