Home
last modified time | relevance | path

Searched refs:lf_next (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/zfs/
H A Dzap_leaf.h86 uint16_t lf_next; /* next in free list, or CHAIN_END */ member
/openbmc/linux/fs/gfs2/
H A Ddir.c835 ln = be64_to_cpu(leaf->lf_next); in gfs2_dirent_search()
885 leaf->lf_next = 0; in new_leaf()
1391 lfn = be64_to_cpu(lf->lf_next); in gfs2_dir_read_leaf()
1423 lfn = be64_to_cpu(lf->lf_next); in gfs2_dir_read_leaf()
1740 bn = be64_to_cpu(oleaf->lf_next); in dir_new_leaf()
1757 oleaf->lf_next = cpu_to_be64(bh->b_blocknr); in dir_new_leaf()
2012 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc()
2050 nblk = be64_to_cpu(tmp_leaf->lf_next); in leaf_dealloc()
/openbmc/linux/include/uapi/linux/
H A Dgfs2_ondisk.h345 __be64 lf_next; /* Next leaf, if overflow */ member