Home
last modified time | relevance | path

Searched refs:hpfs_bplus_lookup (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hpfs/
H A Dfile.c53 disk_secno = hpfs_bplus_lookup(inode->i_sb, inode, &fnode->btree, file_secno, bh); in hpfs_bmap()
H A Dhpfs_fn.h213 secno hpfs_bplus_lookup(struct super_block *, struct inode *, struct bplus_header *, unsigned, struct buffer_head *);
H A Danode.c14 secno hpfs_bplus_lookup(struct super_block *s, struct inode *inode, in hpfs_bplus_lookup() function
23 if (hpfs_sb(s)->sb_chk) if (hpfs_stop_cycles(s, a, &c1, &c2, "hpfs_bplus_lookup")) return -1; in hpfs_bplus_lookup()
328 /* Just a wrapper around hpfs_bplus_lookup .. used for reading eas */
335 return hpfs_bplus_lookup(s, NULL, &anode->btree, sec, bh); in anode_lookup()
/kernel/linux/linux-6.6/fs/hpfs/
H A Dhpfs_fn.h213 secno hpfs_bplus_lookup(struct super_block *, struct inode *, struct bplus_header *, unsigned, struct buffer_head *);
H A Dfile.c54 disk_secno = hpfs_bplus_lookup(inode->i_sb, inode, &fnode->btree, file_secno, bh); in hpfs_bmap()
H A Danode.c14 secno hpfs_bplus_lookup(struct super_block *s, struct inode *inode, in hpfs_bplus_lookup() function
23 if (hpfs_sb(s)->sb_chk) if (hpfs_stop_cycles(s, a, &c1, &c2, "hpfs_bplus_lookup")) return -1; in hpfs_bplus_lookup()
328 /* Just a wrapper around hpfs_bplus_lookup .. used for reading eas */
335 return hpfs_bplus_lookup(s, NULL, &anode->btree, sec, bh); in anode_lookup()

Completed in 5 milliseconds