Searched refs:ndent (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/sgs/crle/common/ |
H A D | inspect.c | 507 Hash_ent *ent, *rent, *ndent = odent; in enterfile() local 540 if ((ndent = enterdir(crle, _npath, flags, in enterfile() 563 if (_enterfile(crle, npath, 0, rent, 0, ndent, obj) == 0) in enterfile() 575 ndent->e_flags |= RTC_OBJ_REALPTH; in enterfile() 588 if ((ent = get_hash(stbl, (Addr)nfile, ndent->e_id, in enterfile() 592 if (_enterfile(crle, nfile, off, ent, rent, ndent, obj) == 0) in enterfile()
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_inode.c | 1314 int32_t elen, ndent, index, count, con_index; in ud_updat_ext4() local 1340 ndent = ip->i_max_emb / elen; in ud_updat_ext4() 1342 if (ip->i_ext_used < ndent) { in ud_updat_ext4() 1362 count = ndent - 1; in ud_updat_ext4() 1363 fe->fe_len_adesc = SWAP_32(ndent * elen); in ud_updat_ext4() 1686 int32_t elen, ndent, nient; in ud_trunc_ext4() local 1789 ndent = ip->i_max_emb / elen; in ud_trunc_ext4() 1790 if (ip->i_ext_used > ndent) { in ud_trunc_ext4() 1791 ecount = ip->i_ext_used - ndent; in ud_trunc_ext4()
|