Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
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()
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()
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()
/fs/smb/client/
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()
A Dcifsproto.h65 const char *tree, int tree_len,

Completed in 14 milliseconds