Home
last modified time | relevance | path

Searched refs:tree_len (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c497 xfs_extlen_t tree_len; in xfs_refcountbt_calc_reserves() local
509 tree_len = be32_to_cpu(agf->agf_refcount_blocks); in xfs_refcountbt_calc_reserves()
521 *used += tree_len; in xfs_refcountbt_calc_reserves()
H A Dxfs_ialloc_btree.c794 xfs_extlen_t tree_len = 0; in xfs_finobt_calc_reserves() local
801 error = xfs_finobt_read_blocks(pag, tp, &tree_len); in xfs_finobt_calc_reserves()
803 error = xfs_finobt_count_blocks(pag, tp, &tree_len); in xfs_finobt_calc_reserves()
808 *used += tree_len; in xfs_finobt_calc_reserves()
H A Dxfs_rmap_btree.c825 xfs_extlen_t tree_len; in xfs_rmapbt_calc_reserves() local
837 tree_len = be32_to_cpu(agf->agf_rmap_blocks); in xfs_rmapbt_calc_reserves()
850 *used += tree_len; in xfs_rmapbt_calc_reserves()
/linux/fs/smb/client/
H A Ddir.c83 const char *tree, int tree_len, in __build_path_from_dentry_optional_prefix() argument
96 dfsplen = strnlen(tree, tree_len + 1); in __build_path_from_dentry_optional_prefix()
H A Dcifsproto.h64 const char *tree, int tree_len,