Home
last modified time | relevance | path

Searched defs:lsn (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v6.1/fs/xfs/
Dxfs_trans_ail.c42 xfs_lsn_t lsn; in xfs_ail_check() local
128 xfs_lsn_t lsn; in xfs_ail_min_lsn() local
144 xfs_lsn_t lsn = 0; in xfs_ail_max_lsn() local
234 xfs_lsn_t lsn) in xfs_trans_ail_cursor_first()
260 xfs_lsn_t lsn) in __xfs_trans_ail_cursor_last()
281 xfs_lsn_t lsn) in xfs_trans_ail_cursor_last()
299 xfs_lsn_t lsn) in xfs_ail_splice()
424 xfs_lsn_t lsn; in xfsaild_push() local
798 xfs_lsn_t lsn) __releases(ailp->ail_lock) in xfs_trans_ail_update_bulk()
838 xfs_lsn_t lsn) in xfs_trans_ail_insert()
[all …]
Dxfs_inode_item_recover.c172 xfs_lsn_t lsn) in xfs_log_dinode_to_disk()
355 xfs_lsn_t lsn = be64_to_cpu(dip->di_lsn); in xlog_recover_inode_commit_pass2() local
Dxfs_inode_item.c370 xfs_lsn_t lsn) in xfs_inode_to_log_dinode()
643 xfs_lsn_t lsn) in xfs_inode_item_committed()
729 xfs_lsn_t lsn; in xfs_iflush_ail_updates() local
Dxfs_dquot_item_recover.c141 xfs_lsn_t lsn = be64_to_cpu(dqb->dd_lsn); in xlog_recover_dquot_commit_pass2() local
Dxfs_buf_item_recover.c718 xfs_lsn_t lsn = -1; in xlog_recover_get_buf_lsn() local
895 xfs_lsn_t lsn; in xlog_recover_buf_commit_pass2() local
Dxfs_icreate_item.c146 xfs_lsn_t lsn) in xlog_recover_icreate_commit_pass2()
Dxfs_trans_priv.h91 xfs_lsn_t lsn) __releases(ailp->ail_lock) in xfs_trans_ail_update()
Dxfs_rmap_item.c658 xfs_lsn_t lsn) in xlog_recover_rui_commit_pass2()
709 xfs_lsn_t lsn) in xlog_recover_rud_commit_pass2()
Dxfs_refcount_item.c654 xfs_lsn_t lsn) in xlog_recover_cui_commit_pass2()
705 xfs_lsn_t lsn) in xlog_recover_cud_commit_pass2()
Dxfs_attr_item.c704 xfs_lsn_t lsn) in xlog_recover_attri_commit_pass2()
837 xfs_lsn_t lsn) in xlog_recover_attrd_commit_pass2()
Dxfs_bmap_item.c637 xfs_lsn_t lsn) in xlog_recover_bui_commit_pass2()
694 xfs_lsn_t lsn) in xlog_recover_bud_commit_pass2()
Dxfs_extfree_item.c705 xfs_lsn_t lsn) in xlog_recover_efi_commit_pass2()
753 xfs_lsn_t lsn) in xlog_recover_efd_commit_pass2()
Dxfs_log_priv.h529 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()
632 xfs_lsn_t lsn) in xlog_valid_lsn()
Dxfs_log.c2683 xfs_lsn_t lowest_lsn = 0, lsn; in xlog_get_lowest_lsn() local
3152 xfs_lsn_t lsn = be64_to_cpu(iclog->ic_header.h_lsn); in xlog_force_and_check_iclog() local
3284 xfs_lsn_t lsn, in xlog_force_lsn()
3382 xfs_lsn_t lsn; in xfs_log_force_seq() local
3853 xfs_lsn_t lsn) in xfs_log_check_lsn()
Dxfs_buf_item.c731 xfs_lsn_t lsn) in xfs_buf_item_committed()
/Linux-v6.1/fs/jfs/
Djfs_logmgr.c228 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
Djfs_logmgr.h392 int lsn; /* 4: end-of-log */ member
469 s32 lsn; /* log sequence number */ member
483 #define logdiff(diff, lsn, log)\ argument
Djfs_metapage.h16 int lsn; member
/Linux-v6.1/fs/ntfs3/
Dfslog.c417 u64 lsn = le64_to_cpu(cr->oldest_lsn); in oldest_client_lsn() local
1045 static inline u32 lsn_to_vbo(struct ntfs_log *log, const u64 lsn) in lsn_to_vbo()
1059 static inline u32 lsn_to_page_off(struct ntfs_log *log, u64 lsn) in lsn_to_page_off()
1069 static inline bool is_lsn_in_file(struct ntfs_log *log, u64 lsn) in is_lsn_in_file()
1085 const struct RECORD_PAGE_HDR *hdr, u64 lsn) in base_lsn()
1102 const struct CLIENT_REC *client, u64 lsn) in verify_client_lsn()
1426 static u32 final_log_off(struct ntfs_log *log, u64 lsn, u32 data_len) in final_log_off()
1468 u64 *lsn) in next_log_lsn()
1574 u64 lsn = le64_to_cpu(rhdr->lsn); in check_subseq_log_page() local
2257 u64 lsn = le64_to_cpu(rh->this_lsn); in read_log_rec_buf() local
[all …]
/Linux-v6.1/arch/s390/include/asm/
Dchpid.h14 u8 lsn; member
/Linux-v6.1/fs/ntfs/
Dlogfile.c338 LSN *lsn) in ntfs_check_and_load_restart_page()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_inode_buf.c304 xfs_lsn_t lsn) in xfs_inode_to_disk()
Dxfs_da_format.h50 __be64 lsn; /* sequence number of last write */ member
316 __be64 lsn; /* sequence number of last write */ member
/Linux-v6.1/drivers/hwmon/
Dsch56xx-common.c228 int msb, lsn; in sch56xx_read_virtual_reg12() local
/Linux-v6.1/drivers/s390/cio/
Dchsc.h27 u8 lsn; member

12