Lines Matching defs:from
381 * case the share is removed from the cache.
465 * Removes the specified share from cache, removes it from AD
955 * Derive the real path for a share from the path provided by a client.
1411 * Delete the specified share from the cache.
1439 * Load shares from sharemgr
1524 * Load a share definition from sharemgr and add it to the cache.
1578 * Read the specified share information from sharemgr and return
1581 * Shares read from sharemgr are marked as permanent/persistent.
1982 * Remove items from the specified queue and [un]publish them.
2011 * Flush all remaining items from the specified list/queue.
2108 smb_shr_zfs_rename(smb_share_t *from, smb_share_t *to)
2115 if (smb_getdataset(from->shr_path, dataset, MAXPATHLEN) != 0)
2127 ret = zfs_smb_acl_rename(libhd, dataset, from->shr_path,
2128 from->shr_name, to->shr_name);
2131 from->shr_name, strerror(errno));
2205 /* get the filename of the command from the path */
2351 * Calling _exit() prevents parent process from getting SIGTERM/SIGINT