Home
last modified time | relevance | path

Searched refs:lbo (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/fs/ntfs3/
Dfsntfs.c279 u64 t64 = sbi->mft.lbo; in ntfs_loadlog_and_replay()
281 sbi->mft.lbo = sbi->mft.lbo2; in ntfs_loadlog_and_replay()
283 sbi->mft.lbo = t64; in ntfs_loadlog_and_replay()
835 block1 = sbi->mft.lbo >> sb->s_blocksize_bits; in ntfs_update_mftmirr()
986 int ntfs_sb_read(struct super_block *sb, u64 lbo, size_t bytes, void *buffer) in ntfs_sb_read() argument
990 u64 block = lbo >> sb->s_blocksize_bits; in ntfs_sb_read()
991 u32 off = lbo & (blocksize - 1); in ntfs_sb_read()
1014 int ntfs_sb_write(struct super_block *sb, u64 lbo, size_t bytes, in ntfs_sb_write() argument
1019 sector_t block = lbo >> sb->s_blocksize_bits; in ntfs_sb_write()
1020 u32 off = lbo & (blocksize - 1); in ntfs_sb_write()
[all …]
Dbitmap.c502 u64 lbo, len = 0; in wnd_rescan() local
551 lbo = ((u64)lcn << cluster_bits) + off; in wnd_rescan()
555 bh = ntfs_bread(sb, lbo >> sb->s_blocksize_bits); in wnd_rescan()
618 lbo += blocksize; in wnd_rescan()
687 u64 lbo; in wnd_map() local
697 lbo = ((u64)lcn << sbi->cluster_bits) + (vbo & sbi->cluster_mask); in wnd_map()
699 bh = ntfs_bread(wnd->sb, lbo >> sb->s_blocksize_bits); in wnd_map()
1345 u64 vbo, lbo, bytes; in wnd_extend() local
1355 err = ntfs_vbo_to_lbo(sbi, &wnd->run, vbo, &lbo, &bytes); in wnd_extend()
1359 bh = ntfs_bread(sb, lbo >> sb->s_blocksize_bits); in wnd_extend()
Dsuper.c768 sbi->mft.lbo = mlcn << sbi->cluster_bits; in ntfs_init_from_boot()
1322 u64 lbo, bytes, start, end; in ntfs_discard() local
1334 lbo = (u64)lcn << sbi->cluster_bits; in ntfs_discard()
1338 start = (lbo + sbi->discard_granularity - 1) & in ntfs_discard()
1341 end = (lbo + bytes) & sbi->discard_granularity_mask_inv; in ntfs_discard()
Dntfs_fs.h244 u64 lbo, lbo2; member
604 int ntfs_sb_read(struct super_block *sb, u64 lbo, size_t bytes, void *buffer);
605 int ntfs_sb_write(struct super_block *sb, u64 lbo, size_t bytes,
625 u64 vbo, u64 *lbo, u64 *bytes);
Dinode.c58 t64 = sbi->mft.lbo >> sbi->cluster_bits; in ntfs_read_mft()
528 u64 bytes, lbo, valid; in ntfs_get_block_vbo() local
588 lbo = ((u64)lcn << cluster_bits) + off; in ntfs_get_block_vbo()
592 bh->b_blocknr = lbo >> sb->s_blocksize_bits; in ntfs_get_block_vbo()
Dfrecord.c1903 u64 lbo, bytes; in ni_fiemap() local
2012 lbo = (u64)lcn << cluster_bits; in ni_fiemap()
2030 err = fiemap_fill_next_extent(fieinfo, vbo, lbo, dlen, in ni_fiemap()
2044 lbo += dlen; in ni_fiemap()
2051 err = fiemap_fill_next_extent(fieinfo, vbo, lbo, bytes, flags); in ni_fiemap()
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dact8945a.txt77 active-semi,lbo-gpios = <&pioA 72 GPIO_ACTIVE_LOW>;
/Linux-v6.1/arch/arm/boot/dts/
Dat91-sama5d2_xplained.dts310 active-semi,lbo-gpios = <&pioA PIN_PC8 GPIO_ACTIVE_LOW>;