Searched refs:file_off (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fslog.c | 274 __le32 file_off; // 0x3c: Used when major version >= 2 member 287 static_assert(offsetof(struct RECORD_PAGE_HDR, file_off) == 0x3c); 427 static inline bool is_rst_page_hdr_valid(u32 file_off, in is_rst_page_hdr_valid() argument 441 if (file_off && file_off != sys_page) in is_rst_page_hdr_valid() 1096 return le32_to_cpu(hdr->file_off); in hdr_file_off() 1702 saved_off = page_off = le32_to_cpu(best_page->file_off); in last_log_lsn() 2186 page->file_off = 0; in last_log_lsn()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 4955 #define BPF_LINE_INFO_ENC(insn_off, file_off, line_off, line_num, line_col) \ 4956 (insn_off), (file_off), (line_off), ((line_num) << 10 | ((line_col) & 0x3ff))
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 5597 #define BPF_LINE_INFO_ENC(insn_off, file_off, line_off, line_num, line_col) \ 5598 (insn_off), (file_off), (line_off), ((line_num) << 10 | ((line_col) & 0x3ff))
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | inode.c | 226 static void print_data_reloc_error(const struct btrfs_inode *inode, u64 file_off, in print_data_reloc_error() argument 249 inode->root->root_key.objectid, btrfs_ino(inode), file_off, in print_data_reloc_error() 256 logical += file_off; in print_data_reloc_error() 260 btrfs_ino(inode), file_off, logical, in print_data_reloc_error()
|
Completed in 33 milliseconds