Searched refs:dname_size (Results 1 – 2 of 2) sorted by relevance
655 int dname_size; in backup_work() local764 dname_size = TLM_MAX_PATH_NAME - 1; in backup_work()772 dname, &dname_size, &ret_fh, &ret_attr); in backup_work()784 if (dname_size == 0) in backup_work()786 dname[dname_size] = '\0'; in backup_work()
496 size_t dname_size; in hsfs_readdir() local515 dname_size = fsp->hsfs_namemax + 1; /* 1 for the ending NUL */ in hsfs_readdir()516 dname = kmem_alloc(dname_size, KM_SLEEP); in hsfs_readdir()647 kmem_free(dname, dname_size); in hsfs_readdir()