Home
last modified time | relevance | path

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

/linux-6.1.9/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()
1323 u64 lbo, bytes, start, end; in ntfs_discard() local
1335 lbo = (u64)lcn << sbi->cluster_bits; in ntfs_discard()
1339 start = (lbo + sbi->discard_granularity - 1) & in ntfs_discard()
1342 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()
537 u64 bytes, lbo, valid; in ntfs_get_block_vbo() local
597 lbo = ((u64)lcn << cluster_bits) + off; in ntfs_get_block_vbo()
601 bh->b_blocknr = lbo >> sb->s_blocksize_bits; in ntfs_get_block_vbo()
Dfrecord.c1912 u64 lbo, bytes; in ni_fiemap() local
2021 lbo = (u64)lcn << cluster_bits; in ni_fiemap()
2039 err = fiemap_fill_next_extent(fieinfo, vbo, lbo, dlen, in ni_fiemap()
2053 lbo += dlen; in ni_fiemap()
2060 err = fiemap_fill_next_extent(fieinfo, vbo, lbo, bytes, flags); in ni_fiemap()
/linux-6.1.9/Documentation/devicetree/bindings/power/supply/
Dactive-semi,act8945a-charger.yaml26 active-semi,lbo-gpios:
57 - active-semi,lbo-gpios
71 active-semi,lbo-gpios = <&pioA 72 GPIO_ACTIVE_LOW>;
/linux-6.1.9/Documentation/devicetree/bindings/mfd/
Dact8945a.txt77 active-semi,lbo-gpios = <&pioA 72 GPIO_ACTIVE_LOW>;
/linux-6.1.9/arch/arm/boot/dts/
Dat91-sama5d2_xplained.dts310 active-semi,lbo-gpios = <&pioA PIN_PC8 GPIO_ACTIVE_LOW>;