/linux-6.12.1/fs/xfs/ |
D | xfs_trans_ail.c | 42 xfs_lsn_t lsn; in xfs_ail_check() local 128 xfs_lsn_t lsn; in xfs_ail_min_lsn() local 215 xfs_lsn_t lsn) in xfs_trans_ail_cursor_first() 241 xfs_lsn_t lsn) in __xfs_trans_ail_cursor_last() 262 xfs_lsn_t lsn) in xfs_trans_ail_cursor_last() 280 xfs_lsn_t lsn) in xfs_ail_splice() 473 xfs_lsn_t lsn; in xfsaild_push() local 812 xfs_lsn_t lsn) __releases(ailp->ail_lock) in xfs_trans_ail_update_bulk() 865 xfs_lsn_t lsn) in xfs_trans_ail_insert() 884 xfs_lsn_t lsn = lip->li_lsn; in xfs_ail_delete_one() local
|
D | xfs_inode_item_recover.c | 172 xfs_lsn_t lsn) in xfs_log_dinode_to_disk() 357 xfs_lsn_t lsn = be64_to_cpu(dip->di_lsn); in xlog_recover_inode_commit_pass2() local
|
D | xfs_inode_item.c | 548 xfs_lsn_t lsn) in xfs_inode_to_log_dinode() 824 xfs_lsn_t lsn) in xfs_inode_item_committed() 912 xfs_lsn_t lsn; in xfs_iflush_ail_updates() local
|
D | xfs_dquot_item_recover.c | 143 xfs_lsn_t lsn = be64_to_cpu(dqb->dd_lsn); in xlog_recover_dquot_commit_pass2() local
|
D | xfs_exchmaps_item.c | 553 xfs_lsn_t lsn) in xlog_recover_xmi_commit_pass2() 597 xfs_lsn_t lsn) in xlog_recover_xmd_commit_pass2()
|
D | xfs_buf_item_recover.c | 782 xfs_lsn_t lsn = -1; in xlog_recover_get_buf_lsn() local 959 xfs_lsn_t lsn; in xlog_recover_buf_commit_pass2() local
|
D | xfs_log.c | 2427 xfs_lsn_t lowest_lsn = 0, lsn; in xlog_get_lowest_lsn() local 2862 xfs_lsn_t lsn = be64_to_cpu(iclog->ic_header.h_lsn); in xlog_force_and_check_iclog() local 2994 xfs_lsn_t lsn, in xlog_force_lsn() 3092 xfs_lsn_t lsn; in xfs_log_force_seq() local 3562 xfs_lsn_t lsn) in xfs_log_check_lsn()
|
D | xfs_rmap_item.c | 634 xfs_lsn_t lsn) in xlog_recover_rui_commit_pass2() 682 xfs_lsn_t lsn) in xlog_recover_rud_commit_pass2()
|
D | xfs_bmap_item.c | 648 xfs_lsn_t lsn) in xlog_recover_bui_commit_pass2() 702 xfs_lsn_t lsn) in xlog_recover_bud_commit_pass2()
|
D | xfs_refcount_item.c | 583 xfs_lsn_t lsn) in xlog_recover_cui_commit_pass2() 631 xfs_lsn_t lsn) in xlog_recover_cud_commit_pass2()
|
D | xfs_icreate_item.c | 146 xfs_lsn_t lsn) in xlog_recover_icreate_commit_pass2()
|
D | xfs_log_priv.h | 529 xlog_crack_atomic_lsn(atomic64_t *lsn, uint *cycle, uint *block) in xlog_crack_atomic_lsn() 541 xlog_assign_atomic_lsn(atomic64_t *lsn, uint cycle, uint block) in xlog_assign_atomic_lsn() 624 xfs_lsn_t lsn) in xlog_valid_lsn()
|
D | xfs_extfree_item.c | 719 xfs_lsn_t lsn) in xlog_recover_efi_commit_pass2() 764 xfs_lsn_t lsn) in xlog_recover_efd_commit_pass2()
|
D | xfs_trans_priv.h | 92 xfs_lsn_t lsn) __releases(ailp->ail_lock) in xfs_trans_ail_update()
|
D | xfs_attr_item.c | 1007 xfs_lsn_t lsn) in xlog_recover_attri_commit_pass2() 1217 xfs_lsn_t lsn) in xlog_recover_attrd_commit_pass2()
|
D | xfs_buf_item.c | 774 xfs_lsn_t lsn) in xfs_buf_item_committed()
|
/linux-6.12.1/fs/jfs/ |
D | jfs_logmgr.c | 228 int lsn; in lmLog() local 347 int lsn = 0; /* end-of-log address */ in lmWriteRecord() local 929 int lsn; in lmLogSync() local 1248 int lsn = 0; in lmLogInit() local 1635 int lsn; in lmLogShutdown() local
|
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
|
D | jfs_metapage.h | 16 int lsn; member
|
/linux-6.12.1/fs/ntfs3/ |
D | fslog.c | 417 u64 lsn = le64_to_cpu(cr->oldest_lsn); in oldest_client_lsn() local 1079 static inline u32 lsn_to_vbo(struct ntfs_log *log, const u64 lsn) in lsn_to_vbo() 1093 static inline u32 lsn_to_page_off(struct ntfs_log *log, u64 lsn) in lsn_to_page_off() 1103 static inline bool is_lsn_in_file(struct ntfs_log *log, u64 lsn) in is_lsn_in_file() 1119 const struct RECORD_PAGE_HDR *hdr, u64 lsn) in base_lsn() 1136 const struct CLIENT_REC *client, u64 lsn) in verify_client_lsn() 1423 static u32 final_log_off(struct ntfs_log *log, u64 lsn, u32 data_len) in final_log_off() 1465 u64 *lsn) in next_log_lsn() 1570 u64 lsn = le64_to_cpu(rhdr->lsn); in check_subseq_log_page() local 2255 u64 lsn = le64_to_cpu(rh->this_lsn); in read_log_rec_buf() local [all …]
|
/linux-6.12.1/arch/s390/include/asm/ |
D | chpid.h | 14 u8 lsn; member
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_inode_buf.c | 313 xfs_lsn_t lsn) in xfs_inode_to_disk()
|
D | xfs_da_format.h | 50 __be64 lsn; /* sequence number of last write */ member 327 __be64 lsn; /* sequence number of last write */ member
|
/linux-6.12.1/drivers/hwmon/ |
D | sch56xx-common.c | 229 int msb, lsn; in sch56xx_read_virtual_reg12() local
|
/linux-6.12.1/drivers/s390/cio/ |
D | chsc.h | 32 u8 lsn; member
|